nova/releasenotes/notes/async-live-migration-rest-check-675ec309a9ccc28e.yaml
Alex Szarka 2a1aad9de7 Fixed typos in api-ref and releasenotes directory
This patchset fixes the typo errors in api-ref and
releasenotes directories.
TrivialFix

Change-Id: Ib72e5c4ac7539c1b08adc858b9b3a0071cb3c866
2016-07-20 09:08:50 +00:00

9 lines
416 B
YAML

---
features:
- Starting from REST API microversion 2.34 pre-live-migration checks are
performed asynchronously. ``instance-actions`` should be used for getting
information about the checks results. New approach allows to reduce rpc
timeouts amount, as previous workflow was fully blocking and checks before
live-migration make blocking rpc request to both source and destination
compute node.