openstack-python-openstackc.../openstackclient/compute/v2
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
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
agent.py Modify some unusual help messages in computev2 2016-06-27 15:27:34 +08:00
aggregate.py Support bulk deletion for "flavor/aggregate delete" 2016-06-21 11:04:13 +08:00
console.py Fix console url show command broken in microversion case 2016-06-16 21:13:47 +08:00
fixedip.py osc-lib: command 2016-06-13 11:00:22 -05:00
flavor.py Add "--property" option to "flavor create" command 2016-06-29 19:16:35 +08:00
floatingip.py Transfer "ip floating add/remove" to "server add/remove 2016-07-04 10:40:59 +08:00
host.py Modify some unusual help messages in computev2 2016-06-27 15:27:34 +08:00
hypervisor.py Fix foundation copyrights 2016-06-14 09:49:28 -05:00
hypervisor_stats.py osc-lib: command 2016-06-13 11:00:22 -05:00
keypair.py Support bulk deletion for delete commands in computev2 2016-06-27 20:39:23 +00:00
server.py Transfer "ip floating add/remove" to "server add/remove 2016-07-04 10:40:59 +08:00
server_backup.py osc-lib: command 2016-06-13 11:00:22 -05:00
server_group.py Standardize logger usage 2016-06-20 15:16:51 +00:00
server_image.py Merge "Standardize logger usage" 2016-06-20 17:26:57 +00:00
service.py Merge "Support bulk deletion for delete commands in computev2" 2016-06-28 08:24:36 +00:00
usage.py osc-lib: command 2016-06-13 11:00:22 -05:00