From 71ef54661d4b4356130499432ac003789741d49e Mon Sep 17 00:00:00 2001 From: Evgeny Sikachev Date: Thu, 16 Mar 2017 16:28:49 +0400 Subject: [PATCH] Switch to publicURL for services After updating of devstacks we cannot connect to services from slaves Change-Id: Ibbceb6f29e7595a8b2b89007b4340f35a768df61 --- slave-scripts/functions-common.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/slave-scripts/functions-common.sh b/slave-scripts/functions-common.sh index f0633eb1..1aaac72f 100755 --- a/slave-scripts/functions-common.sh +++ b/slave-scripts/functions-common.sh @@ -156,6 +156,14 @@ write_sahara_main_conf() { insert_config_value $conf_path keystone_authtoken admin_user $OS_USERNAME insert_config_value $conf_path keystone_authtoken admin_password $OS_PASSWORD insert_config_value $conf_path keystone_authtoken admin_tenant_name $OS_TENANT_NAME + insert_config_value $conf_path keystone_authtoken admin_tenant_name $OS_TENANT_NAME + insert_config_value $conf_path glance endpoint_type publicURL + insert_config_value $conf_path cinder endpoint_type publicURL + insert_config_value $conf_path heat endpoint_type publicURL + insert_config_value $conf_path keystone endpoint_type publicURL + insert_config_value $conf_path swift endpoint_type publicURL + insert_config_value $conf_path neutron endpoint_type publicURL + insert_config_value $conf_path nova endpoint_type publicURL echo "----------- sahara.conf -----------" cat $conf_path