No longer pass no_cache=True to novaclient create

The default is now os_cache=False, so default behaviour will not
use a keyring that prompts for a password.

This was committed on 2012-12-12 and released in
python-novaclient 2.11.0 on 2013-02-11

Part of blueprint auth-token-only

Change-Id: Id2846b2e344f8e3321240795aebf9a59ddad711a
This commit is contained in:
Steve Baker
2013-04-02 15:09:29 +13:00
parent 0998dc3478
commit f3fc5c579b
2 changed files with 2 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ kombu>=1.0.4
argparse
lxml>=2.3,<=2.3.5
sqlalchemy-migrate>=0.7.2
python-novaclient
python-novaclient>=2.11.0,<3
PasteDeploy==1.5.0
routes==1.12.3
SQLAlchemy>=0.7.8,<0.7.99