tripleo-heat-templates/releasenotes/notes/allow-resize-to-same-host-62f05a5370993425.yaml
Stephen Finucane 513321b3be Squashed backport for 'NovaAllowResizeToSameHost' parameter
We squashed the backports because the first patch wasn't right, so for
full history we backports the 2 patches in the same time.

1) Add 'NovaAllowResizeToSameHost' parameter

This parameter is used quite often but is not currently exposed in THT.
Close that gap. This is used by the API so it is that container that's
modified.

Change-Id: Idb56d7e2fd741b3d0dfaa8fd376ebe6d6ae8b867
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
(cherry picked from commit 0b63621a5e)

2) Fix allow_resize_to_same_host

allow_resize_to_same_host is in nova::api class, not ::nova.

Change-Id: I4cc533b3d48f3443f3470e1b25ffc39edfc9dc22
(cherry picked from commit c583e429c2)
2020-10-05 08:23:05 -04:00

6 lines
174 B
YAML

---
features:
- |
Add parameter ``NovaAllowResizeToSameHost`` to allow instances to resize
to the host they are currently on. Normally the source host is excluded.