Set OS_NO_CACHE.

Disables keyring prompts from python-novaclient.

Change-Id: If0c7687246a6e69c39a14614134bf0103315acc4
This commit is contained in:
James E. Blair
2012-07-03 09:54:16 -07:00
parent 5b7a66e8f0
commit 17d5310a62

View File

@@ -48,6 +48,7 @@ SYSLOG=True
SCREEN_LOGDIR=$DEST/screen-logs
FIXED_RANGE=10.1.0.0/24
FIXED_NETWORK_SIZE=256
export OS_NO_CACHE=True
EOF
if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then