File: add-shelve-offload-wait-d0a5c8ba92586f72.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (10 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    Add support for ``--offload`` and ``--wait`` options for ``server shelve``.
    ``--offload`` allows users to explicitly request offloading of a shelved
    server in environments where automatic offloading is not configured, while
    ``--wait`` allows users to wait for the shelve and/or shelve offload
    operations to complete.
  - |
    Add support ``--wait`` option for ``server shelve``.