File: strict_hostname_match-f37243f0520a09a2.yaml

package info (click to toggle)
python-novaclient 2%3A11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: python: 21,720; sh: 62; makefile: 21
file content (9 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Provides "--strict" option for  "nova host-servers-migrate", "nova host-evacuate",
    "nova host-evacuate-live" and "nova host-meta" commands. When "--strict" option is
    used, the action will be applied to a single compute with the exact hypervisor
    hostname string match rather than to the computes with hostname substring match.
    When the specified hostname does not exist in the system, "NotFound" error code
    will be returned.