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 PM
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,
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
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 m