Re: [openstack-dev] [qa] Using DevStack for multi-node setup

2015-01-09 Thread Mathieu Rohon
hi danny, if you're using neutron, you can use the option : NEUTRON_CREATE_INITIAL_NETWORKS=False in your local.conf. This way no router or network are created. You have to create it manually, and of course you can do it once every agent is up is Neutron. Mathieu On Thu, Jan 8, 2015 at 3:46

Re: [openstack-dev] [qa] Using DevStack for multi-node setup

2015-01-08 Thread Kashyap Chamarthy
On Mon, Jan 05, 2015 at 08:20:48AM -0500, Sean Dague wrote: On 01/03/2015 04:41 PM, Danny Choi (dannchoi) wrote: Hi, I’m using DevStack to deploy OpenStack on a multi-node setup: Controller, Network, Compute as 3 separate nodes Since the Controller node is stacked first, during

Re: [openstack-dev] [qa] Using DevStack for multi-node setup

2015-01-05 Thread Sean Dague
On 01/03/2015 04:41 PM, Danny Choi (dannchoi) wrote: Hi, I’m using DevStack to deploy OpenStack on a multi-node setup: Controller, Network, Compute as 3 separate nodes Since the Controller node is stacked first, during which the Network node is not yet ready, it fails to create the router

[openstack-dev] [qa] Using DevStack for multi-node setup

2015-01-03 Thread Danny Choi (dannchoi)
Hi, I’m using DevStack to deploy OpenStack on a multi-node setup: Controller, Network, Compute as 3 separate nodes Since the Controller node is stacked first, during which the Network node is not yet ready, it fails to create the router instance and the public network. Both have to be created