Merge "Supports adding tags for port, router, subnet, subnetpool"
This commit is contained in:
@@ -16,7 +16,7 @@ from neutronclient.neutron import v2_0 as neutronv20
|
|||||||
|
|
||||||
|
|
||||||
# List of resources can be set tag
|
# List of resources can be set tag
|
||||||
TAG_RESOURCES = ['network']
|
TAG_RESOURCES = ['network', 'subnet', 'port', 'router', 'subnetpool']
|
||||||
|
|
||||||
|
|
||||||
def _convert_resource_args(client, parsed_args):
|
def _convert_resource_args(client, parsed_args):
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Tag operation for subnet, port, subnetpool and router resources
|
||||||
|
are now supported.
|
Reference in New Issue
Block a user