summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorreedip <reedip.banerjee@nectechnologies.in>2016-03-19 12:04:00 +0900
committerReedip <reedip.banerjee@nectechnologies.in>2016-03-21 02:08:16 +0000
commit8ecdc57ea680b7e20835bea69a2d18e1460d9406 (patch)
treeaa236240f557df2705b6e6b1acca7bf10a4c7eed /releasenotes
parent2e94f2803fca3862589fe2b10c76c2ebc9e17229 (diff)
downloadpython-openstackclient-8ecdc57ea680b7e20835bea69a2d18e1460d9406.tar.gz
Add "router remove port" to osc
This patch proposes the migration of port deletion of Neutron's "router-interface-delete" to OSC's "router remove port". Change-Id: Ifceabce080aacac9f6410c809fcc097760e0c5ee Partial-Bug: #1546849 Implements: blueprint neutron-client-advanced-router
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/router-remove-port-058078c93819b0f4.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/router-remove-port-058078c93819b0f4.yaml b/releasenotes/notes/router-remove-port-058078c93819b0f4.yaml
new file mode 100644
index 00000000..187026a7
--- /dev/null
+++ b/releasenotes/notes/router-remove-port-058078c93819b0f4.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add ``router remove port`` command
+ [Bug `1546849 <https://bugs.launchpad.net/bugs/1546849>`_]