Icehouse local dhcp/metadata support

This commit is contained in:
Liam Young 2015-09-23 15:01:44 +01:00
parent f4e9531164
commit 4a6e5d3efc
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ my_ip = {{ host_ip }}
glance_api_servers = {{ glance_api_servers }}
{% endif -%}
{% if metadata_shared_secret -%}
neutron_metadata_proxy_shared_secret = {{ metadata_shared_secret }}
service_neutron_metadata_proxy=True
{% endif -%}
{% if console_vnc_type -%}
vnc_enabled = True
novnc_enabled = True