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