From b30ac0582534c294cacb3599a96ce1960d637cf1 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 6 May 2013 16:58:21 -0400 Subject: [PATCH] removing --- plstackapi/core/api/auth.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 plstackapi/core/api/auth.py 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 -- 2.43.0