nova/releasenotes/notes/bug-1377781-c91d5319862bb9d8.yaml
Thomas Kaergel 24aaf8752d VMware: add support for graceful shutdown of instances
Change-Id: I40643e9d358be89c87a0311b1c1fd7718ec75361
Closes-Bug: #1377781
Co-Authored-By: David Rabel <rabel@b1-systems.de>
2017-10-30 08:54:45 +00:00

8 lines
390 B
YAML

---
features:
- |
Add support for graceful shutdown of VMware instances. The timeout parameter of the power_off
method is now considered by the VMware driver. If you specify a timeout greater than 0, the
driver calls the appropriate soft shutdown method of the VMware API and only forces a hard
shutdown if the soft shutdown did not succeed before the timeout is reached.