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

2016-06-09 Thread Michael Turek
might look different. Hope this is helpful to someone in the future. Thanks, Mike On 06/08/2016 11:41 AM, Michael Turek wrote: 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 se

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

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

[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

[Openstack] [Neutron] [nova-net] Setting up neutron within a guest.

2015-08-11 Thread Michael Turek
Hey all, Sorry for the lengthy email, just trying to explain my issue the best that I can. I'm trying to run devstack with neutron within a guest. The host of this guest is a Ubuntu 14.04 machine devstack running nova-net. To simplify setup and teardown of devstack within this guest, I add

[Openstack] [Ironic] Questions about ironic deployment

2014-11-07 Thread Michael Turek
Hello all, I've been working at getting an ironic setup going (following the installation guide http://docs.openstack.org/developer/ironic/deploy/install-guide.html). I'm up to the node creation step and have some questions 1) In regards to the baremetal flavor, how closely do the extra-spec

Re: [Openstack] [glance] Question about protected properties

2014-08-28 Thread Michael Turek
Hello Stuart, That does seem to do the trick. Thank you! -Mike On 08/28/2014 10:47 AM, stuart.mcla...@hp.com wrote: Hi Mike, Does it work if you put this at the very bottom of the file? [.*] create = @ read = @ update = @ delete = @ -Stuart On Thu, 28 Aug 2014, Michael Turek wrote

[Openstack] [glance] Question about protected properties

2014-08-28 Thread Michael Turek
Hello, I was wondering if the following behavior that I'm seeing with protected properties is intended. My setup is a ubuntu guest running devstack. with the following protections file: [admin] create = admin read = admin update = admin delete = admin [protected] create = test read = test u