Switch to publicURL for services

After updating of devstacks we cannot connect to services from slaves

Change-Id: Ibbceb6f29e7595a8b2b89007b4340f35a768df61
This commit is contained in:
Evgeny Sikachev 2017-03-16 16:28:49 +04:00
parent 9a53585ecc
commit 71ef54661d
1 changed files with 8 additions and 0 deletions

View File

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