openstack-python-openstackc.../openstackclient/tests
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 osc-lib: exceptions 2016-06-13 10:50:01 -05:00
common Improve masking of secrets in configuration show 2016-06-21 06:56:23 +00:00
compute Transfer "ip floating add/remove" to "server add/remove 2016-07-04 10:40:59 +08:00
identity Update Fakes.py and unit tests for commands in identity V2.0 2016-06-27 20:24:19 +00:00
image Make set/unset commands in compute/image/common return normally when nothing specified 2016-06-21 15:15:18 +08:00
network Transfer "ip floating pool list" to "floating ip pool list" 2016-07-04 10:40:00 +08:00
object Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
volume Add "--snapshot" option to "backup create" command in volumev2 2016-07-01 10:06:10 +08:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Moving authentication from keystoneclient to keystoneauth 2016-06-09 18:00:40 +02:00
test_shell.py Fix foundation copyrights 2016-06-14 09:49:28 -05:00
utils.py Add network segment command object 2016-05-27 12:58:25 -05:00