Turn off caching of the token by default
Change-Id: I176f4595370b37e7928a96dd89629830aeae6dae
This commit is contained in:
parent
a8cdd355d2
commit
7b0f002b7c
4
openrc
4
openrc
@ -41,6 +41,10 @@ export OS_USERNAME=${OS_USERNAME:-demo}
|
||||
# or NOVA_PASSWORD.
|
||||
export OS_PASSWORD=${ADMIN_PASSWORD:-secrete}
|
||||
|
||||
# Don't put the key into a keyring by default. Testing for development is much
|
||||
# easier with this off.
|
||||
export OS_NO_CACHE=${OS_NO_CACHE:-1}
|
||||
|
||||
# Set api HOST_IP endpoint. SERVICE_HOST may also be used to specify the endpoint,
|
||||
# which is convenient for some localrc configurations.
|
||||
HOST_IP=${HOST_IP:-127.0.0.1}
|
||||
|
Loading…
Reference in New Issue
Block a user