python-openstackclient/openstackclient/api
Dean Troyer 53e7aab7ed Re-implement novaclient bits removed in 10.0
a)

/os-floating-ips was removed in Compute API 2.36 and from novaclient's
Python API in 10.0

Add to api.computev2:
floating_ip_add()
floating_ip_remove()

Convert add floating IP command to nova-net/neutron split:
"server add floating ip"
"server remove floating ip"

b)

/os-hosts was removed in Compute API 2.43 and from novaclient's
Python API in 10.0.

Add to api.computev2:
host_list()
host_set()
host_show()

Convert host commands to use intenal api:
"host list"
"host set"
"host show"

c)

The introduction of the Network-style commands into the server group
broke cliff's autoprogram directive as it executes the get_parser() methods
without fully initializing the Command object.

NOTE: This is really three reviews squashed to get through the gate in one pass.

Depends-on: Id6de87211d6c4ea8fd14aa9203d8d5b17e9e2f04
Change-Id: I5116086f9a9e4b2b31a744bf8f4558c79f0bfe59
2018-03-13 09:10:45 -05:00
..
__init__.py Add low-level API base class 2014-09-29 12:32:45 -05:00
api.py Fix missing i18n supports in api/ and shell.py 2016-06-14 11:03:56 -05:00
auth_plugin.py remove unused LOG 2016-07-09 23:23:38 +08:00
compute_v2.py Re-implement novaclient bits removed in 10.0 2018-03-13 09:10:45 -05:00
image_v1.py Fixes image api URL endpoint for certain scenario 2017-01-04 18:14:10 +00:00
image_v2.py Fixes image api URL endpoint for certain scenario 2017-01-04 18:14:10 +00:00
object_store_v1.py Allow objects to be streamed to stdout 2017-07-05 20:08:18 -03:00
utils.py Fix typos in docstrings and comments 2016-04-06 10:30:39 +07:00