Import host option in base test module
Import of this option fix problems with local unit tests in Ironic Staging Drivers project. Change-Id: I4a155ae734939b3917d35575591acecebdd78a6b
This commit is contained in:
@@ -42,6 +42,7 @@ from ironic.tests.unit import policy_fixture
|
||||
|
||||
|
||||
CONF = cfg.CONF
|
||||
CONF.import_opt('host', 'ironic.common.service')
|
||||
logging.register_options(CONF)
|
||||
logging.setup(CONF, 'ironic')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user