summaryrefslogtreecommitdiff
path: root/openstack
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-01-22 12:46:30 +0000
commit8c09ab7ce2cfc520bee623f9daa86f7ac46e7443 (patch)
tree0269098029ac0fb2f359bb410d595f837323c5c1 /openstack
parent39566586c827cca792638096e64deb97087fce9d (diff)
downloaddefinitions-8c09ab7ce2cfc520bee623f9daa86f7ac46e7443.tar.gz
Fix conductor configuration in nova.conf. (Only valid for one node)
Diffstat (limited to 'openstack')
-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)