Browse code

Merge "Remove OS_NO_CACHE from openrc"

Jenkins authored on 2017/02/09 19:08:25
Showing 1 changed files
... ...
@@ -53,10 +53,6 @@ export OS_USERNAME=${OS_USERNAME:-demo}
53 53
 # or NOVA_PASSWORD.
54 54
 export OS_PASSWORD=${ADMIN_PASSWORD:-secret}
55 55
 
56
-# Don't put the key into a keyring by default. Testing for development is much
57
-# easier with this off.
58
-export OS_NO_CACHE=${OS_NO_CACHE:-1}
59
-
60 56
 # Region
61 57
 export OS_REGION_NAME=${REGION_NAME:-RegionOne}
62 58