puppet-nova/releasenotes/notes/deprecate-compute-allow_resize_to_same_host-531b5d36ac13a29a.yaml
Takashi Kajinami 577eeab430 Deprecate nova::compute::allow_resize_to_same_host
In nova, the [compute]allow_resize_to_same_host parameter is only used
by nova-api process, thus the parameter should be set at the node
where nova-api is running.

Because we alreday have the nova::api::allow_resize_to_same_host
parameter to set that parameter for nova-api, we can deprecate
the allow_resize_to_same_host parameter in nova::compute, which is
almost useless now.

Change-Id: Id58b4dad29a6ea0f2998d8e41aa09ba0037ea94c
2020-04-18 15:20:50 +00:00

8 lines
313 B
YAML

---
deprecations:
- |
The nova::compute::allow_resize_to_same_host parameter is deprecated and
has no effect now, because its actual parameter in nova is used only by
nova-api. Use nova::api::allow_resize_to_same_host instead to set the
parameter at the node where nova-api is actually running.