Changed the proxy_tenant_id to "reddwarf" since this is what KeyStone expects.
This commit is contained in:
parent
6a644de38d
commit
de4be97462
@ -94,7 +94,7 @@ class RemoteModelBase(ModelBase):
|
||||
#TODO(cp16net) need to fix this proxy_tenant_id
|
||||
client = Client(PROXY_ADMIN_USER, PROXY_ADMIN_PASS,
|
||||
PROXY_ADMIN_TENANT_NAME, PROXY_AUTH_URL,
|
||||
proxy_tenant_id='reddwarf',
|
||||
proxy_tenant_id="reddwarf",
|
||||
proxy_token=context.auth_tok,
|
||||
region_name=REGION_NAME,
|
||||
service_type=SERVICE_TYPE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user