tenks/releasenotes/notes/virtualbmc-module-f9d40eb9198ca8c0.yaml
Mark Goddard 75273302ed Refactor virtualbmc-domain tasks into a module
Virtualbmc domain creation can be unreliable, in particular when domains
already exist. This is in part due to the vbmc stop command not functioning
properly [1]. By moving the domain management into a Python module we can
better control the process of creation, and improve performance.

[1] https://storyboard.openstack.org/#!/story/2003534

Change-Id: I52cb08cd0d300630cb6341f50eb0484c1d16daa4
2020-04-03 09:34:12 +01:00

5 lines
94 B
YAML

---
features:
- |
Improves reliability and performance of VirtualBMC domain management.