diff --git a/templates/metadata_agent.ini.j2 b/templates/metadata_agent.ini.j2 index f6dad454..6b6f1e09 100644 --- a/templates/metadata_agent.ini.j2 +++ b/templates/metadata_agent.ini.j2 @@ -19,6 +19,8 @@ endpoint_type = adminURL # Nova metadata service IP and port nova_metadata_ip = {{ internal_lb_vip_address }} nova_metadata_port = {{ nova_metadata_port }} +nova_metadata_protocol = {{ nova_metadata_protocol }} +nova_metadata_insecure = {{ nova_metadata_insecure }} # Metadata proxy shared secret metadata_proxy_shared_secret = {{ nova_metadata_proxy_secret }}