Re: [Openstack] [neutron][devstack] Issue with Neutron L3 extension and flat provider network.

2016-06-09 Thread Michael Turek
In case anyone is interested, the fix was to explicitly remove the L3Router plugin in post-config [[post-config|$NEUTRON_CONF]] [DEFAULT] service_plugins=neutron.services.metering.metering_plugin.MeteringPlugin Above is the service_plugins option after we removed L3Router. Keep in mind yours m

Re: [Openstack] [neutron][devstack] Issue with Neutron L3 extension and flat provider network.

2016-06-08 Thread Michael Turek
Should also mention that upon closer inspection 'Q_L3_ENABLED' isn't in use by devstack anymore. That being said, q-l3 is not in our list of enabled services. On 06/08/2016 11:20 AM, Michael Turek wrote: We actually already explicitly in our localrc IP_VERSION=4 Thanks for the suggestion tho

Re: [Openstack] [neutron][devstack] Issue with Neutron L3 extension and flat provider network.

2016-06-08 Thread Michael Turek
We actually already explicitly in our localrc IP_VERSION=4 Thanks for the suggestion though! On 06/08/2016 11:11 AM, Jens Rosenboom wrote: 2016-06-08 16:49 GMT+02:00 Michael Turek : Hey all, We have a CI setup that uses a single flat provider network. Originally devstack would create a netw

[Openstack] [neutron][devstack] Issue with Neutron L3 extension and flat provider network.

2016-06-08 Thread Michael Turek
Hey all, We have a CI setup that uses a single flat provider network. Originally devstack would create a network here (https://github.com/openstack-dev/devstack/blob/master/lib/neutron_plugins/services/l3#L144) and we were good to go. However, recently we started also hitting this net-create