Use keystone.host in stackrc
/root/stackrc has a hardcoded value of localhost for OS_AUTH_URL, which doesn't help when we can't talk to it due to VIP changes. Set it to keystone.host. Change-Id: If952f383e8970e3298c36cdd750f6c6a20209e81
This commit is contained in:
parent
e2cd5fa267
commit
fe0fee4250
@ -1,6 +1,6 @@
|
||||
export NOVA_VERSION=1.1
|
||||
export OS_PASSWORD={{admin-password}}
|
||||
export OS_AUTH_URL=http://localhost:5000/v2.0
|
||||
export OS_AUTH_URL=http://{{keystone.host}}:5000/v2.0
|
||||
export OS_USERNAME=admin
|
||||
export OS_TENANT_NAME=admin
|
||||
export COMPUTE_API_VERSION=1.1
|
||||
|
Loading…
Reference in New Issue
Block a user