ironic/ironic/conductor
Nguyen Van Trung f40f145f82 Make method public to support out-of-band cleaning
This makes the _notify_conductor_resume_clean method public by
removing the leading underscore from its name. And move it into
conductor/utils.py.

The idrac hardware type's RAID configuration out-of-band cleaning
has been using it [1].
The method is going to be used by the RAID configuration support
that is being added to the iRMC hardware type [2].

[1] 580d4338e2/ironic/drivers/modules/drac/raid.py (L892)
[2] https://review.openstack.org/#/c/512979

Change-Id: Ifd10dd88d65306049119588e6088359a5d38c158
2018-06-08 16:13:46 +07:00
..
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
base_manager.py Fix E501 errors 2018-05-14 18:54:07 +00:00
manager.py Implements baremetal inspect abort 2018-05-30 21:04:37 +08:00
notification_utils.py Add node console notifications 2016-12-23 08:51:54 +00:00
rpcapi.py Add RPC API and conductor manager for traits 2018-01-24 21:23:05 +00:00
task_manager.py Fix task_manager process_event docstring 2018-05-31 08:35:12 +03:00
utils.py Make method public to support out-of-band cleaning 2018-06-08 16:13:46 +07:00