summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-02-16 13:34:13 +0800
committerTang Chen <chen.tang@easystack.cn>2016-02-16 13:38:20 +0800
commit5f40e1ea451558b7db904661151a6d353e2c02f5 (patch)
tree45ab5b6e52be2143d465614859bdfcab7076fa0d
parentc8753808a224a6f286d1ee7833fb905ac916f304 (diff)
downloadpython-openstackclient-5f40e1ea451558b7db904661151a6d353e2c02f5.tar.gz
Add release note for "ip floating delete/list" commands for neutron network
Change-Id: Ic90abf106a06edf9af4fe4c8938ab92bfdd8bb42 partial-Bug: 1519502 Related-to: blueprint neutron-client
-rw-r--r--releasenotes/notes/bug-1519502-f72236598d14d350.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1519502-f72236598d14d350.yaml b/releasenotes/notes/bug-1519502-f72236598d14d350.yaml
new file mode 100644
index 00000000..297f96de
--- /dev/null
+++ b/releasenotes/notes/bug-1519502-f72236598d14d350.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - Command ``ip floating delete`` is now available for neutron network.
+ [Bug `1519502 <https://bugs.launchpad.net/python-openstackclient/+bug/1519502>`_]
+ - Command ``ip floating list`` is now available for neutron network.
+ [Bug `1519502 <https://bugs.launchpad.net/python-openstackclient/+bug/1519502>`_]