summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-01-15 11:34:31 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:34 +0000
commitd977accaaf0fec38b24bca5bd5730cd07bf51673 (patch)
treebfab03ab4b92a72d53f82c5ad707afb7f503d158
parent5f5ec5bcdaa325ba5827c33b54dc651368e03db2 (diff)
downloaddefinitions-d977accaaf0fec38b24bca5bd5730cd07bf51673.tar.gz
Fix conductor configuration in nova.conf. (Only valid for one node)
-rw-r--r--openstack/etc/nova/nova.conf3
1 files changed, 2 insertions, 1 deletions
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)