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
changes/86/283186/1
Yuriy Zveryanskyy 7 years ago
parent 2bce970aee
commit 56d494564e

@ -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')

Loading…
Cancel
Save