From 420bd0867e1c3b856fc0c2817d8372ff9c83dba5 Mon Sep 17 00:00:00 2001 From: Tomoe Sugihara Date: Thu, 8 Jan 2015 23:57:40 +0900 Subject: [PATCH] Update comment about metadata_proxy_shared_secret config Previously, Nova used neutron_metadata_proxy_shared_secret in DEFAULT section, but that was deprecated in Juno and removed in the change c4489643b37cd7ed09737448891329fc7c1f7b83 in Nova. Change-Id: Iccc088458601ffcc1b1c8d72cb8a801e06e21574 --- etc/metadata_agent.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/metadata_agent.ini b/etc/metadata_agent.ini index 84442ea1aca..06588a514b8 100644 --- a/etc/metadata_agent.ini +++ b/etc/metadata_agent.ini @@ -39,7 +39,7 @@ admin_password = %SERVICE_PASSWORD% # When proxying metadata requests, Neutron signs the Instance-ID header with a # shared secret to prevent spoofing. You may select any string for a secret, # 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 +# Server. NOTE: Nova uses the same config key, but in [neutron] section. # metadata_proxy_shared_secret = # Location of Metadata Proxy UNIX domain socket