File: add-tag-support-bad62d60ecc7075c.yaml

package info (click to toggle)
python-neutronclient 1%3A6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,856 kB
  • ctags: 3,289
  • sloc: python: 19,731; sh: 274; makefile: 21
file content (16 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - |
    CLI support for tag.

    * The ``tag-add`` command sets a tag on the network resource. It also
      includes ``--resource-type``, ``--resource`` and ``--tag`` options.
    * The ``tag-replace`` command replaces tags on the network resource. It
      also includes ``--resource-type``, ``--resource`` and ``--tag``
      options. More than one ``--tag`` options can be set.
    * The ``tag-remove`` command removes tags on the network resource. It also
      includes ``--resource-type``, ``--resource``, ``--tag`` and ``--all``
      options. The ``--all`` option allow to remove all tags on the network
      resource.
    * The ``net-list`` command includes ``--tags``, ``--tags-any``,
      ``--not-tags`` and ``--not-tags-any`` options.