
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
8 lines
239 B
YAML
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'.
|