We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745cd98 commit 1760dbaCopy full SHA for 1760dba
python/neutron-understack/neutron_understack/neutron_understack_mech.py
@@ -41,6 +41,7 @@ def initialize(self):
41
self.ironic_client = IronicClient()
42
self.trunk_driver = UnderStackTrunkDriver.create(self)
43
self.subscribe()
44
+ LOG.debug("Finished initializing 'understack'")
45
46
def subscribe(self):
47
registry.subscribe(
0 commit comments