From 63c5bfda2ab2bcec77288a2835b7b3fd9b38c33f Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 29 Nov 2017 11:29:01 -0600 Subject: [PATCH] Change deprecated nova_metadata_ip option Neutron's pike release has deprecated nova_metadata_ip in favor of nova_metadata_host. This patch updates the configuration option. Closes-Bug: 1735220 Change-Id: Ifbcb44cac9c79dd178c18d5931227801aa034a04 --- templates/metadata_agent.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/metadata_agent.ini.j2 b/templates/metadata_agent.ini.j2 index 6b6f1e09..f6f5fe09 100644 --- a/templates/metadata_agent.ini.j2 +++ b/templates/metadata_agent.ini.j2 @@ -17,7 +17,7 @@ password = {{ neutron_service_password }} endpoint_type = adminURL # Nova metadata service IP and port -nova_metadata_ip = {{ internal_lb_vip_address }} +nova_metadata_host = {{ internal_lb_vip_address }} nova_metadata_port = {{ nova_metadata_port }} nova_metadata_protocol = {{ nova_metadata_protocol }} nova_metadata_insecure = {{ nova_metadata_insecure }}