diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-28 00:18:20 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-28 00:18:20 -0700 |
| commit | 0465cd87fd767fbf421e77bdabb023c980242adb (patch) | |
| tree | 06ba0b171e34b880ac429f4c156fe7ada0925293 | |
| parent | 0d32008ea944071b99dea5a88805d78736e5f21e (diff) | |
| download | nova-0465cd87fd767fbf421e77bdabb023c980242adb.tar.gz nova-0465cd87fd767fbf421e77bdabb023c980242adb.tar.xz nova-0465cd87fd767fbf421e77bdabb023c980242adb.zip | |
import ldapdriver for flags
| -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 |
