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
..
2015-01-09 09:20:29 +00:00
2015-03-09 23:08:15 -04:00
2015-03-05 21:42:03 -08:00
2016-05-28 16:38:22 +08:00
2015-11-24 14:03:51 -06:00
2015-01-12 21:59:44 -05:00
2016-05-19 20:42:59 +08:00
2015-10-21 13:21:20 +00:00
2015-01-09 09:20:24 +00:00
2016-02-09 16:49:11 -08:00
2015-01-15 00:04:55 -06:00
2016-06-17 09:41:39 +00:00
2016-03-28 18:25:58 -05:00