X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plstackapi%2Fcore%2Fapi%2Fauth.py;h=0c4f6d8ae2a2426c866993075561f4bee3941304;hb=09080c6ea23c6f60c987850e7e885ccf1905534d;hp=412df00cc018823523e872b159cebc6f99be6319;hpb=ddc21c75ace3745a21ac2abb0bea79e830ba7a37;p=plstackapi.git 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,