diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-25 11:20:09 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-07-25 11:20:09 -0700 |
| commit | f7962c73aa9835c76857005ab56f512fbc9eebfd (patch) | |
| tree | 488ca37ed870959ca553e9bc6cb5961468c8e866 /bin | |
| parent | 5066e1f55fa672f6b6eec1523b5334e6fe9609a2 (diff) | |
More Cleanup of code
Moved code in AuthManager init to new so it isn't called multiple times
Changed AuthManager flag to specify class name as well as module name
Added exception for missing auth_driver
Changed import to use "recommended" style for nested imports
http://docs.python.org/dev/library/functions.html#__import__
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-dhcpbridge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-dhcpbridge b/bin/nova-dhcpbridge index ece7ffc8c..c519c6ccb 100755 --- a/bin/nova-dhcpbridge +++ b/bin/nova-dhcpbridge @@ -78,7 +78,7 @@ def main(): FLAGS.network_size = 32 FLAGS.fake_libvirt=True FLAGS.fake_network=True - FLAGS.auth_driver='nova.auth.fakeldapdriver' + FLAGS.auth_driver='nova.auth.ldapdriver.FakeLdapDriver' action = argv[1] if action in ['add','del','old']: mac = argv[2] |
