Merge "Enable isolated metadata network"

This commit is contained in:
Jenkins 2017-02-15 11:58:30 +00:00 committed by Gerrit Code Review
commit 0e6d172b90
2 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,8 @@ configs:
- "vxlan"
vni_ranges:
- "1:1000"
dhcp_agent:
enable_isolated_metadata: true
physnets:
- name: "physnet1"
bridge_name: "br-ex"

View File

@ -1,6 +1,7 @@
# dhcp_agent.ini
[DEFAULT]
dnsmasq_config_file = /etc/neutron/dnsmasq.conf
enable_isolated_metadata = {{ neutron.dhcp_agent.enable_isolated_metadata }}
[ovs]
ovsdb_interface = {{ neutron.ovsdb.interface }}