Comment 15 for bug 1494281

Revision history for this message
bharath (bharath-7) wrote :

Sorry for delay response, been out of station

I am still facing the issue. I don't have typo in my local rc file.

stack@ci-jslave-base:/opt/stack/devstack$ rgrep "tenant_network_type"
lib/neutron_plugins/ml2: Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE)
lib/neutron_plugins/ml2: Q_SRV_EXTRA_OPTS+=(tenant_network_types=gre)
lib/neutron_plugins/ml2: Q_SRV_EXTRA_OPTS+=(tenant_network_types=vlan)
lib/neutron_plugins/openvswitch: iniset /$Q_PLUGIN_CONF_FILE ovs tenant_network_type gre
lib/neutron_plugins/openvswitch: iniset /$Q_PLUGIN_CONF_FILE ovs tenant_network_type vlan
lib/neutron_thirdparty/vyatta: iniset "/$Q_PLUGIN_CONF_FILE" ml2 tenant_network_types "local,flat,vlan,gre,vxlan"

stack@ci-jslave-base:/etc/neutron$ rgrep "tenant_network_type"
plugins/ml2/ml2_conf.ini:tenant_network_types = local,flat,vlan,gre,vxlan
plugins/ml2/ml2_conf.ini:# tenant_network_types = local
plugins/ml2/ml2_conf.ini:# Example: tenant_network_types = vlan,gre,vxlan,geneve
neutron.conf:# By default or if empty, the first 'tenant_network_types'

plugins/ml2/ml2_conf.ini:# Example: tenant_network_types = vlan,gre,vxlan,geneve
neutron.conf:# By default or if empty, the first 'tenant_network_types'

Even the changeset which i tried is same as edgar proposed. Can we push the changeset.
https://review.openstack.org/225001