Merge "Supports adding tags for port, router, subnet, subnetpool"

This commit is contained in:
Jenkins 2017-04-19 03:14:42 +00:00 committed by Gerrit Code Review
commit ce607ad718
2 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from neutronclient.neutron import v2_0 as neutronv20
# List of resources can be set tag
TAG_RESOURCES = ['network']
TAG_RESOURCES = ['network', 'subnet', 'port', 'router', 'subnetpool']
def _convert_resource_args(client, parsed_args):

View File

@ -0,0 +1,4 @@
---
features:
- Tag operation for subnet, port, subnetpool and router resources
are now supported.