Merge "update client to get the correct endpoint"
This commit is contained in:
commit
a4bf3a1dc8
@ -1035,7 +1035,7 @@ def get_auth_token_and_endpoint(region_name):
|
||||
sess = session.Session(auth=auth)
|
||||
try:
|
||||
token = auth.get_token(sess)
|
||||
endpoint = auth.get_endpoint(sess, service_type='software',
|
||||
endpoint = auth.get_endpoint(sess, service_type='usm',
|
||||
interface='internal',
|
||||
region_name=region_name)
|
||||
except (exceptions.http.Unauthorized, exceptions.EndpointNotFound) as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user