File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
python/neutron-understack/neutron_understack Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,14 @@ def initialize(self):
3838 config .register_ml2_understack_opts (cfg .CONF )
3939 conf = cfg .CONF .ml2_understack
4040 self .undersync = Undersync (conf .undersync_token , conf .undersync_url )
41+ LOG .debug ("Finished initializing undersync for 'understack'" )
4142 self .ironic_client = IronicClient ()
43+ LOG .debug ("Finished initializing ironic for 'understack'" )
4244 self .trunk_driver = UnderStackTrunkDriver .create (self )
45+ LOG .debug ("Finished initializing trunks for 'understack'" )
4346 self .subscribe ()
47+ LOG .debug ("Finished subscribing for 'understack'" )
48+ LOG .debug ("Finished initializing 'understack'" )
4449
4550 def subscribe (self ):
4651 registry .subscribe (
You can’t perform that action at this time.
0 commit comments