From 8c09ab7ce2cfc520bee623f9daa86f7ac46e7443 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 15 Jan 2015 11:34:31 +0000 Subject: Fix conductor configuration in nova.conf. (Only valid for one node) --- openstack/etc/nova/nova.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openstack') diff --git a/openstack/etc/nova/nova.conf b/openstack/etc/nova/nova.conf index f1b3948b..b669d2a0 100644 --- a/openstack/etc/nova/nova.conf +++ b/openstack/etc/nova/nova.conf @@ -373,7 +373,8 @@ connection=sqlite:////var/lib/nova/nova.sqlite ############# [conductor] # Perform nova-conductor operations locally (boolean value) -#use_local=false +# use_local enabled for one node. For multinode this should be disabled. +use_local=true # the topic conductor nodes listen on (string value) #topic=conductor # full class name for the Manager for conductor (string value) -- cgit v1.2.1