Add ironicclient
This patch set adds ironicclient. Change-Id: I122a26465d339ee6e36c0f234d3fd6c57cee2afa Partially-Implements: blueprint build-baremetal-data-model-in-watcher
This commit is contained in:
2
watcher/conf/__init__.py
Normal file → Executable file
2
watcher/conf/__init__.py
Normal file → Executable file
@@ -29,6 +29,7 @@ from watcher.conf import decision_engine
|
||||
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 monasca_client
|
||||
from watcher.conf import neutron_client
|
||||
from watcher.conf import nova_client
|
||||
@@ -56,3 +57,4 @@ cinder_client.register_opts(CONF)
|
||||
ceilometer_client.register_opts(CONF)
|
||||
neutron_client.register_opts(CONF)
|
||||
clients_auth.register_opts(CONF)
|
||||
ironic_client.register_opts(CONF)
|
||||
|
||||
Reference in New Issue
Block a user