File: add-tag-support-01087c4b3c4360dc.yaml

package info (click to toggle)
python-octaviaclient 3.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,184 kB
  • sloc: python: 12,641; sh: 57; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Add support for tags for Octavia resources. Tags are supported with load
    balancers, listeners, pools, members, health monitors, l7policies and
    l7rules.
    Tags can be added when creating a resource, and they can be set and unset.
    Tags allow also to filter elements when listing Octavia resources.
fixes:
  - |
    Fix errors when combining set/unset CLI for l7rule resources and the --wait
    option.