From: Tony Mack Date: Mon, 6 May 2013 20:58:21 +0000 (-0400) Subject: removing X-Git-Tag: 1.0~61^2~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b30ac0582534c294cacb3599a96ce1960d637cf1;hp=09080c6ea23c6f60c987850e7e885ccf1905534d;p=plstackapi.git removing --- diff --git a/plstackapi/core/api/auth.py b/plstackapi/core/api/auth.py deleted file mode 100644 index 0c4f6d8..0000000 --- a/plstackapi/core/api/auth.py +++ /dev/null @@ -1,9 +0,0 @@ -from django.contrib.auth import authenticate -from plstackapi.openstack.manager import OpenStackManager - -def auth_check(username, password, tenant): - client = OpenStackClient(username=username, - password=password, - tenant=tenant) - client.authenticate() - return client