| commit | 09080c6ea23c6f60c987850e7e885ccf1905534d | [log] [tgz] |
|---|---|---|
| author | Tony Mack <tmack@paris.CS.Princeton.EDU> | Mon May 06 16:57:54 2013 -0400 |
| committer | Tony Mack <tmack@paris.CS.Princeton.EDU> | Mon May 06 16:57:54 2013 -0400 |
| tree | 2f1db1cd51dd85189faa83cc1e8ba96d2d66755f | |
| parent | ddc21c75ace3745a21ac2abb0bea79e830ba7a37 [diff] [blame] |
update restapi to use OpenStackManager instead of OpenStackDriver
diff --git a/plstackapi/core/api/auth.py b/plstackapi/core/api/auth.py index 412df00..0c4f6d8 100644 --- a/plstackapi/core/api/auth.py +++ b/plstackapi/core/api/auth.py
@@ -1,4 +1,5 @@ -from plstackapi.openstack.client import OpenStackClient +from django.contrib.auth import authenticate +from plstackapi.openstack.manager import OpenStackManager def auth_check(username, password, tenant): client = OpenStackClient(username=username,