Switch to publicURL for glance

After updating of devstacks we cannot connect to glance from slaves

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

View File

@ -156,6 +156,8 @@ 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
echo "----------- sahara.conf -----------"
cat $conf_path