openstack-python-openstackc.../openstackclient
Tang Chen d1f9ea3f75 Transfer "ip floating add/remove" to "server add/remove
floating ip"

This patch does the following things to transfer
"ip floating add/remove" to "server add/remove floating ip":
* Add new command "server add/remove floating ip", and unit
  tests and doc.
* Deprecate "ip floating add/remove" command.

compute/v2/floatingip.py is not removed because the arguments'
positions are different between the new and old commands.
* ip floating add <ip-address> <server>
  server add floating ip <server> <ip-address>
* ip floating remove <ip-address> <server>
  server remove floating ip <server> <ip-address>

Change-Id: Ic0dd22ca6fb7b7bc3e820fd5a14d7c551e7ab963
Implements: blueprint rework-ip-commands
Partial-bug: 1555990
Co-Authored-By: Dean Troyer <dtroyer@gmail.com>
2016-07-04 10:40:59 +08:00
..
api Remove OSCGenericPassword plugin 2016-06-22 13:54:32 -05:00
common Merge "Improve masking of secrets in configuration show" 2016-06-23 20:59:19 +00:00
compute Transfer "ip floating add/remove" to "server add/remove 2016-07-04 10:40:59 +08:00
identity Support multi-delete for commands in identity V2 2016-06-23 23:57:49 -04:00
image Merge "Make set/unset commands in compute/image/common return normally when nothing specified" 2016-06-22 14:37:44 +00:00
locale Imported Translations from Zanata 2016-06-04 06:18:46 +00:00
network Transfer "ip floating pool list" to "floating ip pool list" 2016-07-04 10:40:00 +08:00
object osc-lib: command 2016-06-13 11:00:22 -05:00
tests Transfer "ip floating add/remove" to "server add/remove 2016-07-04 10:40:59 +08:00
volume Add "--snapshot" option to "backup create" command in volumev2 2016-07-01 10:06:10 +08:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Update translation setup 2016-01-29 08:18:50 +09:00
shell.py Do not prompt for scope options with default scoped tokens 2016-06-17 12:37:15 -04:00