python-tempestconf/releasenotes/notes/remove-default-setting-of-live_migration-8cfac9d7a6ad44a1.yaml
afazekas fc128db3b2 Do not disable live migration by default
Live migration supposed to work in all qemu/kvm deployment.
It is expected switch to block magrate in case of no shared storage,
tempest expected to skip migration tests when there is no multiple
compute nodes and it would lead to test failure.
Also update the documentation regarding the options set by default.

Change-Id: Id9a25ad50df85f16f27a228a0075c2e073670937
2023-03-09 15:21:40 +01:00

9 lines
192 B
YAML

---
upgrade:
- |
The following option is no longer set by default
* ``CONF.compute-feature-enabled.live_migration false``
The default value for this option in Tempest is true.