From 0465cd87fd767fbf421e77bdabb023c980242adb Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Wed, 28 Jul 2010 00:18:20 -0700 Subject: import ldapdriver for flags --- nova/auth/manager.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit