From 4ba7dd394eccfb6abd54855f8c3f8fb5d1a0b856 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 11 Sep 2014 23:54:29 -0500 Subject: [PATCH] added internalURL to all applicable clients --- .../roles/heat_common/templates/heat.conf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/rpc_deployment/roles/heat_common/templates/heat.conf b/rpc_deployment/roles/heat_common/templates/heat.conf index 8966f4d771..235cddb79e 100644 --- a/rpc_deployment/roles/heat_common/templates/heat.conf +++ b/rpc_deployment/roles/heat_common/templates/heat.conf @@ -38,6 +38,30 @@ rabbit_virtual_host = {{ rabbit_virtual_host }} [clients] endpoint_type = internalURL +[clients_ceilometer] +endpoint_type = internalURL + +[clients_cinder] +endpoint_type = internalURL + +[clients_heat] +endpoint_type = internalURL + +[clients_keystone] +endpoint_type = internalURL + +[clients_neutron] +endpoint_type = internalURL + +[clients_nova] +endpoint_type = internalURL + +[clients_swift] +endpoint_type = internalURL + +[clients_trove] +endpoint_type = internalURL + [database] connection = mysql://{{ container_mysql_user }}:{{ container_mysql_password }}@{{ mysql_address }}/{{ container_database }}?charset=utf8