python-novaclient/novaclient
Matt Riedemann de22cdd3c8 Add support for microversion 2.70 - expose device tags
This adds support for microversion 2.70 which exposes
the 'tag' field in the following APIs:

* GET /servers/{server_id}/os-volume_attachments
* GET /servers/{server_id}/os-volume_attachments/{volume_id}
* POST /servers/{server_id}/os-volume_attachments
* GET /servers/{server_id}/os-interface
* GET /servers/{server_id}/os-interface/{port_id}
* POST /servers/{server_id}/os-interface

Which corresponds to showing the tag in the output of
the following commands:

* nova volume-attachments
* nova volume-attach
* nova interface-list
* nova interface-attach

Depends-On: https://review.openstack.org/631948/

Part of blueprint expose-virtual-device-tags-in-rest-api

Change-Id: I5e9d7e0219605503a56d2cf745b95c6e05d01101
2019-02-28 12:07:25 -05:00
..
tests Add support for microversion 2.70 - expose device tags 2019-02-28 12:07:25 -05:00
v2 Add support for microversion 2.70 - expose device tags 2019-02-28 12:07:25 -05:00
__init__.py Add support for microversion 2.70 - expose device tags 2019-02-28 12:07:25 -05:00
api_versions.py Update hacking version 2019-01-04 14:46:07 +08:00
base.py Fix output of interface-attach command 2019-02-19 13:22:49 +09:00
client.py Remove deprecated novaclient.v2.contrib modules 2019-02-07 15:00:36 +09:00
crypto.py Fixes Python3 issue in decoding password 2018-10-26 11:06:44 +09:00
exceptions.py Add support for the 2.57 microversion 2018-01-15 14:42:53 +08:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
shell.py Update hacking version 2019-01-04 14:46:07 +08:00
utils.py Merge "Use uuidutils of oslo.utils" 2018-08-08 18:00:11 +00:00