Make the enable_isolated_metadata and force_metadata to yes in default

The cloud-init will not work when those two value are no in a
none router environment

Closes-Bug: #1606756
Change-Id: I2436a8a512b3190605ba97c22b350ea0478b7a84
This commit is contained in:
Jeffrey Zhang 2016-07-26 23:34:00 +08:00 committed by Jeffrey Zhang
parent b44abe078f
commit 615b0ecb19
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# dhcp_agent.ini
[DEFAULT]
dnsmasq_config_file = /etc/neutron/dnsmasq.conf
enable_isolated_metadata = true
force_metadata = true