(9782) Allow deprecated auth method

The authentication method that our
modules are using by default for nova has
been deprecated.

This commit enables the deprecated auth
methods. This is a temporary fix to get
the nova module working with diablo.

The real fix is to manage keystone.
This commit is contained in:
Dan Bode 2011-10-03 21:33:09 -07:00
parent f2a50d8f16
commit 715a4fcbc3
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ class nova(
# config b/c they have to be set by both compute
# as well as controller.
'network_manager': value => $network_manager;
'use_deprecated_auth': value => true;
}
exec { 'post-nova_config':