[microversions] Increase max version to 2.7

2.7 - Check the is_public attribute of a flavor before adding tenant
access to it. Reject the request with HTTPConflict error.

Since novaclient already have Conflict expection, there is no required
changes on client side.

Change-Id: I48dca20b3795185363367bac0e2ee65ce938593f
This commit is contained in:
Andrey Kurilin 2015-11-30 15:30:04 +02:00
parent d12d6f90cd
commit 7a9d4e58bf

@ -25,4 +25,4 @@ API_MIN_VERSION = api_versions.APIVersion("2.1")
# when client supported the max version, and bumped sequentially, otherwise
# the client may break due to server side new version may include some
# backward incompatible change.
API_MAX_VERSION = api_versions.APIVersion("2.6")
API_MAX_VERSION = api_versions.APIVersion("2.7")