Merge "Change deprecated nova_metadata_ip option"

This commit is contained in:
Zuul
2017-12-04 17:32:42 +00:00
committed by Gerrit Code Review

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