Switch to publicURL for services
After updating of devstacks we cannot connect to services from slaves Change-Id: Ibbceb6f29e7595a8b2b89007b4340f35a768df61
This commit is contained in:
parent
9a53585ecc
commit
71ef54661d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user