diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2018-03-05 14:18:41 -0600 |
|---|---|---|
| committer | Matt Riedemann <mriedem.os@gmail.com> | 2018-04-20 10:08:06 -0400 |
| commit | 6c8967dc8eeea1d64b8b7a17bee1f8d1aa647bed (patch) | |
| tree | f6f4ba8bcd588c8d7d47565cd2ed4a8f231691f1 /openstackclient/tests/functional/compute/v2 | |
| parent | cc3dd2abe23b5363a963206e89371be493d43ad7 (diff) | |
| download | python-openstackclient-3.14.2.tar.gz | |
Re-implement novaclient bits removed in 10.03.14.2
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.
Closes-Bug: #1745795
Change-Id: I5116086f9a9e4b2b31a744bf8f4558c79f0bfe59
(cherry picked from commit 53e7aab7ed4d6c981ca067c1db8bce290a5f0055)
Diffstat (limited to 'openstackclient/tests/functional/compute/v2')
0 files changed, 0 insertions, 0 deletions
