Merge "Fix passing keystone token to neutronclient instance"
This commit is contained in:
commit
12cb066103
@ -87,7 +87,7 @@ class MetadataProxyHandler(object):
|
||||
auth_url=self.conf.auth_url,
|
||||
auth_strategy=self.conf.auth_strategy,
|
||||
region_name=self.conf.auth_region,
|
||||
auth_token=self.auth_info.get('auth_token'),
|
||||
token=self.auth_info.get('auth_token'),
|
||||
endpoint_url=self.auth_info.get('endpoint_url'),
|
||||
endpoint_type=self.conf.endpoint_type
|
||||
)
|
||||
|
@ -99,7 +99,7 @@ class TestMetadataProxyHandler(base.BaseTestCase):
|
||||
auth_url=FakeConf.auth_url,
|
||||
password=FakeConf.admin_password,
|
||||
auth_strategy=FakeConf.auth_strategy,
|
||||
auth_token=None,
|
||||
token=None,
|
||||
endpoint_url=None,
|
||||
endpoint_type=FakeConf.endpoint_type)
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user