summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorhuangtianhua <huangtianhua@huawei.com>2017-03-28 10:48:33 +0800
committerAkihiro Motoki <amotoki@gmail.com>2017-04-19 00:28:38 +0000
commitfbef092b6fbdd2012f27d7d94e7b3f9145373b3e (patch)
treec956261e3977cfdc23845366a3869c02cd91b193 /releasenotes
parentbc56657633cb7b3938e8a3fedb70dd050e68805c (diff)
downloadpython-neutronclient-fbef092b6fbdd2012f27d7d94e7b3f9145373b3e.tar.gz
Supports adding tags for port, router, subnet, subnetpool
Neutron supports adding tags for several resources: network, port, subnet, subnetpool, router, but neutronclient only support to add tags for network, support for others . Change-Id: Iae8da2fa0e18e14ba27ce5232db8da5fe6eb0b86 Closes-Bug: #1676697
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/tag-support-subnet-port-subnetpool-router-6250ec4714ee8690.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/tag-support-subnet-port-subnetpool-router-6250ec4714ee8690.yaml b/releasenotes/notes/tag-support-subnet-port-subnetpool-router-6250ec4714ee8690.yaml
new file mode 100644
index 0000000..1bc27ae
--- /dev/null
+++ b/releasenotes/notes/tag-support-subnet-port-subnetpool-router-6250ec4714ee8690.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Tag operation for subnet, port, subnetpool and router resources
+ are now supported.