Merge "Change heat_metadata_server_url to external API."

This commit is contained in:
Jenkins 2015-03-30 16:54:10 +00:00 committed by Gerrit Code Review
commit 542b1543de

View File

@ -77,7 +77,7 @@ heat_service_program_name: heat-api
## Heat wait and metadata server
heat_waitcondition_server_uri: "{{ heat_service_proto }}://{{ external_lb_vip_address }}:{{ heat_cfn_service_port }}"
heat_waitcondition_server_url: "{{ heat_waitcondition_server_uri }}/v1/waitcondition"
heat_metadata_server_url: "{{ heat_service_proto }}://{{ internal_lb_vip_address }}:{{ heat_cfn_service_port }}"
heat_metadata_server_url: "{{ heat_service_proto }}://{{ external_lb_vip_address }}:{{ heat_cfn_service_port }}"
## Heat api cfn service type and data
heat_cfn_service_name: heat-cfn