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

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 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.