support-keystoneclient-option
Some users may want to create keystoneclient by specifying the type of endpoint and region name, so we need to supply the option for user to choose. Implements: blueprint support-keystoneclient-option Change-Id: I49b33a69ec99d2a91568ce27ef89dc80b75e7091
This commit is contained in:
@@ -32,6 +32,7 @@ from watcher.conf import exception
|
||||
from watcher.conf import glance_client
|
||||
from watcher.conf import gnocchi_client
|
||||
from watcher.conf import ironic_client
|
||||
from watcher.conf import keystone_client
|
||||
from watcher.conf import monasca_client
|
||||
from watcher.conf import neutron_client
|
||||
from watcher.conf import nova_client
|
||||
@@ -54,6 +55,7 @@ monasca_client.register_opts(CONF)
|
||||
nova_client.register_opts(CONF)
|
||||
glance_client.register_opts(CONF)
|
||||
gnocchi_client.register_opts(CONF)
|
||||
keystone_client.register_opts(CONF)
|
||||
cinder_client.register_opts(CONF)
|
||||
ceilometer_client.register_opts(CONF)
|
||||
neutron_client.register_opts(CONF)
|
||||
|
||||
Reference in New Issue
Block a user