ironic/doc
Jim Rollenhagen 7a8b26db6b Tear down console during unprovisioning
Before this patch, when unprovisioning a node, the console was left
running. This allowed a user to view the console even after the instance
was gone. Stop the console during unprovisioning to block this.

ConductorManager._set_console_mode will now bubble up any exceptions
raised, so that we can explode as needed during unprovisioning. This
does not have any side effects, as elsewhere it is run in it's own
thread and execution was complete after handling the exception.

Also change a few mock.ANY in the relevant unit tests to the actual task
object, as cleanup.

Change-Id: Iec128444d692e0b0fbc1737eb21b0e6f69b7ec1e
Partial-Bug: #1769817
Story: #2002000
Task: #19634
2018-05-11 13:14:18 +00:00
..
source Tear down console during unprovisioning 2018-05-11 13:14:18 +00:00
requirements.txt Follow the new PTI for document build 2018-04-06 14:33:47 +00:00