OS_AUTH_URL is https now
This commit is contained in:
@ -13,7 +13,7 @@ cat << EOF > /root/admin-openrc.sh
|
||||
export OS_TENANT_NAME=admin
|
||||
export OS_USERNAME=admin
|
||||
export OS_PASSWORD=${OS_PASSWORD}
|
||||
export OS_AUTH_URL=http://${KEYSTONE_HOST}:35357/v3
|
||||
export OS_AUTH_URL=https://merlin.hpc.rug.nl:35357/v3
|
||||
export OS_IDENTITY_API_VERSION=3
|
||||
|
||||
export OS_PROJECT_DOMAIN_NAME=default
|
||||
|
Reference in New Issue
Block a user