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
This commit is contained in:
Major Hayden
2017-11-29 11:29:01 -06:00
parent a41809c81f
commit 63c5bfda2a

View File

@@ -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 }}