File: deprecate-compute-allow_resize_to_same_host-531b5d36ac13a29a.yaml

package info (click to toggle)
puppet-module-nova 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,444 kB
  • sloc: ruby: 10,903; python: 38; makefile: 10; sh: 10
file content (7 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
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.