diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-28 16:52:30 +0000 |
|---|---|---|
| committer | Tarmac <> | 2010-07-28 16:52:30 +0000 |
| commit | b17c5512b8116a8ef3da632444ec849533b6e42a (patch) | |
| tree | d04782a9bc38bd9d53f5dbfe33e26fcf99f75cae | |
| parent | 3187d555c43a2c8360244d7cfef06bb5bf786ad1 (diff) | |
| parent | 0465cd87fd767fbf421e77bdabb023c980242adb (diff) | |
| download | nova-b17c5512b8116a8ef3da632444ec849533b6e42a.tar.gz nova-b17c5512b8116a8ef3da632444ec849533b6e42a.tar.xz nova-b17c5512b8116a8ef3da632444ec849533b6e42a.zip | |
Makes ldap flags work again.
| -rw-r--r-- | nova/auth/manager.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/auth/manager.py b/nova/auth/manager.py index b3b5d14ca..66027f6c2 100644 --- a/nova/auth/manager.py +++ b/nova/auth/manager.py @@ -35,7 +35,9 @@ from nova import exception from nova import flags from nova import objectstore # for flags from nova import utils +from nova.auth import ldapdriver # for flags from nova.auth import signer + FLAGS = flags.FLAGS # NOTE(vish): a user with one of these roles will be a superuser and |
