File: add-reimage-param-to-rebuild-606dd331677b5954.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (8 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
features:
  - |
    The ``server rebuild`` commands now accept two optional
    ``--reimage-boot-volume`` and ``--no-reimage-boot-volume``option.
    Passing these parameter will allow/disallow a user to rebuild a volume
    backed server.
    This is available from Compute microversion ``2.93`` and onwards.