python-novaclient/novaclient/tests/unit
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
..
fixture_data Handle unicode multi-byte characters 2019-02-22 05:32:49 +00:00
v2 Add support for microversion 2.70 - expose device tags 2019-02-28 12:07:25 -05:00
__init__.py Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
fake_actions_module.py Use novaclient/utils directly and remove openstack/common (1/4) 2016-03-03 01:23:34 +00:00
fakes.py Replace MB with MiB 2018-10-22 07:11:25 +00:00
idfake.pem Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
test_api_versions.py Use more specific asserts in tests 2016-12-06 09:43:12 +01:00
test_base.py Replace MB with MiB 2018-10-22 07:11:25 +00:00
test_client.py Remove deprecated novaclient.v2.contrib modules 2019-02-07 15:00:36 +09:00
test_crypto.py Fixes Python3 issue in decoding password 2018-10-26 11:06:44 +09:00
test_discover.py Remove deprecated tenant network APIs 2017-03-20 16:36:58 -04:00
test_exceptions.py Handle error response for webob>=1.6.0 2016-03-18 19:22:03 -04:00
test_shell.py Modify novaclient to support basic attributes 2018-06-15 11:51:31 +05:30
test_utils.py Fix server strings in reboot operation 2018-08-07 15:30:48 +09:00
utils.py Add support for microversion 2.67: BDMv2 volume_type 2018-10-14 05:34:24 -04:00