neutron/releasenotes/notes/add-tags-to-core-resources-b05330a129900609.yaml
Hirofumi Ichihara 7fb8d542ef Add filter for resource tag
Introduce a generic mechanism to allow the user to get
Neutron resources with tag filter.

APIImpact

Change-Id: I1e5b25fea268e188cc9620c72b3c71004b197512
Partial-Implements: blueprint add-tags-to-core-resources
Related-Bug: #1489291
2016-03-01 20:47:12 +00:00

8 lines
239 B
YAML

---
prelude: >
Add tag mechanism for network resources
features:
- Users can set tags on their network resources.
- Networks can be filtered by tags. The supported filters are
'tags', 'tags-any', 'not-tags' and 'not-tags-any'.