python-novaclient/novaclient/tests
Andrey Kurilin 4393d90524 Check response headers for microversions
novaclient provides version negotiation on CLI layer. In case of usage
novaclient as a lib, user can specify api_version with microversion part
and can try communicate with Nova endpoint which doesn't support
microversions. Nova endpoint will not check X-OpenStack-Nova-API-Version
header and will execute request(it can be correct or not). It this case
we should warn user about his mistake and about "incorrect" response.

Change-Id: I7a5ab964b7b2b2a49cc80c22bf67ad5548afb30b
2015-11-23 20:13:13 +02:00
..
functional Fix typo in error message 2015-11-17 07:19:25 +01:00
unit Check response headers for microversions 2015-11-23 20:13:13 +02:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00