]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
No longer pass no_cache=True to novaclient create
authorSteve Baker <sbaker@redhat.com>
Tue, 2 Apr 2013 02:09:29 +0000 (15:09 +1300)
committerSteve Baker <sbaker@redhat.com>
Wed, 3 Apr 2013 00:51:41 +0000 (13:51 +1300)
commitf3fc5c579b720f42db256bf6ccaa9aa15e848f92
tree3a5417c693e21a65ae05472ecad18cfd2b8f5560
parent0998dc347842962a72d8aa8ef15db424b9472368
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
heat/engine/clients.py
tools/pip-requires