Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
b09cedb99f3efeb4f1e9c8d5ef927c872e867acf
/
.
/
plstackapi
/
core
/
api
/
auth.py
blob: 4054da65868a30e9f0b3b4f2567f1e6167c2a925 [
file
] [
log
] [
blame
]
from
plstackapi
.
openstack
.
client
import
OpenStackClient
def
auth_check
(
auth
):
client
=
OpenStackClient
(
username
=
auth
[
'Username'
],
password
=
auth
[
'AuthString'
],
tenant
=
auth
[
'LoginBase'
])
client
.
authenticate
()
return
client