Merge "Add metadata_proxy_socket into configuration files"

This commit is contained in:
Jenkins 2013-08-25 07:15:44 +00:00 committed by Gerrit Code Review
commit 793ab62d08
3 changed files with 9 additions and 0 deletions

View File

@ -64,3 +64,6 @@
# Location to DHCP lease relay UNIX domain socket
# dhcp_lease_relay_socket = $state_path/dhcp/lease_relay
# Location of Metadata Proxy UNIX domain socket
# metadata_proxy_socket = $state_path/metadata_proxy

View File

@ -60,3 +60,6 @@
# enable_metadata_proxy, which is true by default, can be set to False
# if the Nova metadata server is not available
# enable_metadata_proxy = True
# Location of Metadata Proxy UNIX domain socket
# metadata_proxy_socket = $state_path/metadata_proxy

View File

@ -23,3 +23,6 @@ admin_password = %SERVICE_PASSWORD%
# but it must match here and in the configuration used by the Nova Metadata
# Server. NOTE: Nova uses a different key: neutron_metadata_proxy_shared_secret
# metadata_proxy_shared_secret =
# Location of Metadata Proxy UNIX domain socket
# metadata_proxy_socket = $state_path/metadata_proxy