summaryrefslogtreecommitdiff
path: root/openstack/etc/nova/nova.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/nova/nova.conf')
-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)