Remove OS_NO_CACHE from openrc

Nothing uses this variable either in devstack or libraries,
so it's dead code (at least on master), and we can remove it.

Change-Id: I5975c476ae5b26402c209d6e5746e7a5a5a91507
This commit is contained in:
Matt Riedemann 2017-01-31 11:59:09 -05:00
parent e6f8dbb55f
commit e1644ac1d8
1 changed files with 0 additions and 4 deletions

4
openrc
View File

@ -53,10 +53,6 @@ export OS_USERNAME=${OS_USERNAME:-demo}
# or NOVA_PASSWORD.
export OS_PASSWORD=${ADMIN_PASSWORD:-secret}
# 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}
# Region
export OS_REGION_NAME=${REGION_NAME:-RegionOne}