File: bp-neutron-client-tag-ff24d13e5c70e052.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (13 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Added support for ``tags`` to the following resources:
    ``network``, ``subnet``, ``port``, ``router`` and ``subnet pool``.
    [Blueprint :oscbp:`neutron-client-tag`]

    - Add ``--tag`` and ``--no-tag`` options to corresponding "create" commands.
    - Add ``--tag`` and ``--no-tag`` options to corresponding "set" commands.
    - Add ``--tag`` and ``--all-tag`` options to corresponding "unset" commands.
      (``network unset`` command is introduced to support the tag operation)
    - Add ``--tags``, ``--any-tags``, ``--not-tags`` and ``--not-any-tags``
      options to corresponding "list" commands.