python-novaclient/novaclient/v2
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
..
__init__.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
agents.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
aggregates.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
assisted_volume_snapshots.py Use jsonutils of oslo.serialization 2018-07-31 13:19:01 +09:00
availability_zones.py Remove 1.1 extension comment 2017-04-27 15:40:29 +08:00
cells.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
client.py Remove deprecated novaclient.v2.contrib modules 2019-02-07 15:00:36 +09:00
flavor_access.py Deprecate --tenant option from flavor-access-list 2016-05-18 14:10:42 -04:00
flavors.py Replace MB with MiB 2018-10-22 07:11:25 +00:00
hypervisors.py Handle unicode multi-byte characters 2019-02-22 05:32:49 +00:00
images.py Remove deprecated image commands/API bindings 2017-02-22 15:56:28 -05:00
instance_action.py Add support changes-before for microversion 2.66 2018-09-24 15:14:18 -04:00
instance_usage_audit_log.py Handle unicode multi-byte characters 2019-02-22 05:32:49 +00:00
keypairs.py Use utils.prepare_query_string instead of duplicated code 2017-11-22 13:35:27 +00:00
limits.py Use utils.prepare_query_string instead of duplicated code 2017-11-22 13:35:27 +00:00
list_extensions.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
migrations.py Add support changes-before for microversion 2.66 2018-09-24 15:14:18 -04:00
networks.py Remove deprecated network APIs 2017-04-03 13:17:25 -04:00
quota_classes.py Add support for the 2.57 microversion 2018-01-15 14:42:53 +08:00
quotas.py Add support for the 2.57 microversion 2018-01-15 14:42:53 +08:00
server_external_events.py Move all extensions from contrib dir 2016-11-30 18:00:05 +00:00
server_groups.py Microversion 2.64 - Use new format policy in server group 2018-07-18 10:30:00 -04:00
server_migrations.py Support for abort an ongoing live migration 2016-03-01 13:43:33 +00:00
servers.py Merge "Fix output of interface-attach command" 2019-02-26 01:48:44 +00:00
services.py Change Service repr to use self.id always 2017-07-26 12:14:54 -04:00
shell.py Add support for microversion 2.70 - expose device tags 2019-02-28 12:07:25 -05:00
usage.py Microversion 2.40 - Simple tenant usage pagination 2016-12-19 14:04:13 -05:00
versions.py Fix cropping the endpoint url 2017-07-07 20:33:23 +00:00
volumes.py Fix the inappropriate parameter name 2017-07-16 23:34:57 +08:00