From 7b0f002b7cf38b261e645ebb0adcbd0679a213d7 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Fri, 10 Aug 2012 22:31:19 +0000 Subject: [PATCH] Turn off caching of the token by default Change-Id: I176f4595370b37e7928a96dd89629830aeae6dae --- openrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openrc b/openrc index 4430e82975..08ef98be78 100644 --- a/openrc +++ b/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}