From 459accc043ec4d24fc8ce7659a7837e96dfb56bf Mon Sep 17 00:00:00 2001 From: James Page Date: Tue, 24 Mar 2015 10:50:16 +0000 Subject: [PATCH] More sectional config --- templates/kilo/neutron.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/kilo/neutron.conf b/templates/kilo/neutron.conf index 797cda47..2c8c09e5 100644 --- a/templates/kilo/neutron.conf +++ b/templates/kilo/neutron.conf @@ -35,7 +35,6 @@ neutron_firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptable notify_nova_on_port_status_changes = True notify_nova_on_port_data_changes = True nova_url = {{ nova_url }} -nova_region_name = {{ region }} {% if auth_host -%} nova_admin_username = {{ admin_user }} nova_admin_tenant_id = {{ admin_tenant_id }} @@ -43,6 +42,9 @@ nova_admin_password = {{ admin_password }} nova_admin_auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/v2.0 {% endif -%} +[nova] +nova_region_name = {{ region }} + [quotas] quota_driver = neutron.db.quota_db.DbQuotaDriver {% if neutron_security_groups -%}