summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-06-17 15:06:40 +0800
committerTang Chen <chen.tang@easystack.cn>2016-07-20 13:37:48 +0800
commit0aa2304f38da0696576827fc4d71f2cf7cc13ad6 (patch)
tree06913a21f43ff5aef1851a9ae955509816c89f1a /releasenotes
parent07e97b1a8ab76a253a483a5290bcf93fa41c7cc4 (diff)
downloadpython-openstackclient-0aa2304f38da0696576827fc4d71f2cf7cc13ad6.tar.gz
Transfer "ip floating CRUD" to "floating ip CRUD"
This patch does the following things to transfer "ip floating xxx" to "floating ip xxx": * Add new command "floating ip create/delete/list/show", and doc. * Deprecate "ip floating create/delete/list/show" command. Change-Id: Ib071acaac81988431244e858bddafa7f93403df5 Implements: blueprint rework-ip-commands Closes-bug: 1555990 Co-Authored-By: Dean Troyer <dtroyer@gmail.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ip-command-rework-8d3fe0858f51e6b8.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/ip-command-rework-8d3fe0858f51e6b8.yaml b/releasenotes/notes/ip-command-rework-8d3fe0858f51e6b8.yaml
index 6e95eb08..c5b7f228 100644
--- a/releasenotes/notes/ip-command-rework-8d3fe0858f51e6b8.yaml
+++ b/releasenotes/notes/ip-command-rework-8d3fe0858f51e6b8.yaml
@@ -10,6 +10,9 @@ features:
- Add new commands ``server add/remove fixed ip``. They are used to
replace the old commands ``ip fixed add/remove``.
[Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
+ - Add new commands ``floating ip create/delete/list/show``. It is used to
+ replace the old commands ``ip floating create/delete/list/show``.
+ [Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
deprecations:
- Deprecate command ``ip floating pool list``.
[Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
@@ -17,3 +20,5 @@ deprecations:
[Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
- Deprecate commands ``ip fixed add/remove``.
[Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
+ - Deprecate commands ``ip floating create/delete/list/show``.
+ [Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]