removing
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 6 May 2013 20:58:21 +0000 (16:58 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 6 May 2013 20:58:21 +0000 (16:58 -0400)
plstackapi/core/api/auth.py [deleted file]

diff --git a/plstackapi/core/api/auth.py b/plstackapi/core/api/auth.py
deleted file mode 100644 (file)
index 0c4f6d8..0000000
+++ /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