summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/neutron.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/neutron/neutron.conf')
-rw-r--r--openstack/etc/neutron/neutron.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/etc/neutron/neutron.conf b/openstack/etc/neutron/neutron.conf
index 1c66e080..e85cc9ab 100644
--- a/openstack/etc/neutron/neutron.conf
+++ b/openstack/etc/neutron/neutron.conf
@@ -246,7 +246,7 @@ notify_nova_on_port_data_changes = True
nova_url = http://127.0.0.1:8774/v2
# Name of nova region to use. Useful if keystone manages more than one region
-# nova_region_name =
+nova_region_name = ##NOVA_REGION##
# Username for connection to nova in admin context
nova_admin_username = ##NOVA_SERVICE_USER##
@@ -445,7 +445,7 @@ notification_driver=neutron.openstack.common.notifier.rpc_notifier
# The messaging driver to use, defaults to rabbit. Other
# drivers include qpid and zmq. (string value)
rpc_backend=rabbit
-
+
# The default exchange under which topics are scoped. May be
# overridden by an exchange name specified in the
# transport_url option. (string value)