Merge "Raise AttributeError for unknown attributes"
This commit is contained in:
commit
b99af443a6
@ -54,6 +54,8 @@ class ClientManager(object):
|
||||
for o in auth.OPTIONS_LIST]:
|
||||
return self._auth_params[name[1:]]
|
||||
|
||||
raise AttributeError(name)
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
cli_options,
|
||||
|
@ -46,7 +46,6 @@ def make_client(instance):
|
||||
API_VERSIONS)
|
||||
LOG.debug('Instantiating identity client: %s', identity_client)
|
||||
|
||||
LOG.debug('Using auth plugin: %s' % instance._auth_plugin)
|
||||
client = identity_client(
|
||||
session=instance.session,
|
||||
region_name=instance._region_name,
|
||||
|
Loading…
Reference in New Issue
Block a user