openstack-python-openstackc.../openstackclient
Tang Chen 179ebe6d64 Transfer "ip fixed add/remove" to "server add/remove fixed ip"
This patch does the following things to transfer
"ip fixed add/remove" to "server add/remove fixed ip":
* Add new command "server add/remove fixed ip", and unit
  tests and doc.
* Deprecate "ip fixed add/remove" command.

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

Change-Id: Ica07ccf92a76c21fd5608ecaff86ff7c4d96f5a0
Implements: blueprint rework-ip-commands
Partial-bug: 1555990
Co-Authored-By: Dean Troyer <dtroyer@gmail.com>
2016-07-04 10:41:30 +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 fixed add/remove" to "server add/remove fixed ip" 2016-07-04 10:41:30 +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 fixed add/remove" to "server add/remove fixed ip" 2016-07-04 10:41:30 +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