diff --git a/openrc b/openrc index d1c61297a1..483b5af387 100644 --- a/openrc +++ b/openrc @@ -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}