python-ironicclient/ironicclient
Sam Betts 288371a43a Add interface attach/detach support
This patch add the ironicclient part of the interface attach/detach API
support.
New commands are introduced:

* ironic node-vif-list <node_id>
* ironic node-vif-attach <node_id> <vif_id>
* ironic node-vif-detach <node_id> <vif_id>

* openstack baremetal node vif list <node_id>
* openstack baremetal node vif attach <node_id> <vif_id>
* openstack baremetal node vif detach <node_id> <vif_id>

Bump OSC plugin last known API version to 1.28

Co-Authored-By: Vasyl Saienko <vsaienko@mirantis.com>
Co-Authored-By: Vladyslav Drok <vdrok@mirantis.com>

Depends-On: I70f1166a15a26f392734e21d6bc30a03da4e5486
Change-Id: I801c5633d72e3eb392e5a04362306c44f6100764
Partial-Bug: #1582188
2017-01-11 16:56:37 +00:00
..
common Use oslo_serialization.base64 to follow OpenStack Python3 2016-12-15 07:40:27 +00:00
osc Add interface attach/detach support 2017-01-11 16:56:37 +00:00
tests Add interface attach/detach support 2017-01-11 16:56:37 +00:00
v1 Add interface attach/detach support 2017-01-11 16:56:37 +00:00
__init__.py Fix pep8 stderr warning regarding __all__ defined as list 2016-03-28 11:02:27 -07:00
client.py Fix exception message creation in get_client() 2016-12-14 16:23:28 +02:00
exc.py Add --wait flag for provision actions and wait_for_provision_state function 2016-08-19 15:48:13 +02:00
shell.py Use function import_versioned_module from oslo.utils 2016-11-02 13:36:17 +08:00