summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2010-07-21 21:54:50 -0500
committerVishvananda Ishaya <vishvananda@gmail.com>2010-07-21 21:54:50 -0500
commit5066e1f55fa672f6b6eec1523b5334e6fe9609a2 (patch)
tree256a1eda6580724df8b90a746bc56fbe3733ed5c /nova
parent96b86e93b5c0c9377165e53ddbab5a2952cdd026 (diff)
added todo for ABC
Diffstat (limited to 'nova')
-rw-r--r--nova/auth/ldapdriver.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/auth/ldapdriver.py b/nova/auth/ldapdriver.py
index beab97e49..0535977af 100644
--- a/nova/auth/ldapdriver.py
+++ b/nova/auth/ldapdriver.py
@@ -57,6 +57,10 @@ flags.DEFINE_string('ldap_developer',
'cn=developers,ou=Groups,dc=example,dc=com', 'cn for Developers')
+# TODO(vish): make an abstract base class with the same public methods
+# to define a set interface for AuthDrivers. I'm delaying
+# creating this now because I'm expecting an auth refactor
+# in which we may want to change the interface a bit more.
class AuthDriver(object):
"""Ldap Auth driver