File: server-add-tag-63f9cd01dbd82d1b.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 (14 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - Add ``--tag`` option to ``server create`` command to add tags when creating
    a server.
    Only available starting with ``--os-compute-api-version 2.52``.
  - Add ``--tag`` option to ``server set`` command to add a tag to an
    existing server.
    Only available starting with ``--os-compute-api-version 2.26``.
  - Add ``--tag`` options to ``server unset`` command to remove a tag from an
    existing server.
    Only available starting with ``--os-compute-api-version 2.26``.
  - Add ``--tags`` and ``--not-tags`` options to ``server list`` command to
    list instances with and without the specified tag(s), respectively.
    Only available starting with ``--os-compute-api-version 2.26``.