Bump api version to 1.37

API version 1.37 was introduced by: https://review.opendev.org/#/c/670220/
at server side.

Change-Id: Ibdc1e038a1e4a7149f8fb588a081957a32304568
This commit is contained in:
Hongbin Lu 2019-08-17 16:51:18 +00:00
parent 1f3a345c52
commit 1459f4d8f9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if not LOG.handlers:
HEADER_NAME = "OpenStack-API-Version"
SERVICE_TYPE = "container"
MIN_API_VERSION = '1.1'
MAX_API_VERSION = '1.36'
MAX_API_VERSION = '1.37'
DEFAULT_API_VERSION = '1.latest'
_SUBSTITUTIONS = {}