Merge "DEFAULT_VER should be '1.latest'"

This commit is contained in:
Zuul 2019-02-01 09:30:20 +00:00 committed by Gerrit Code Review
commit 9d9c5fe3be
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ from watcherclient import exceptions
# microversion support in the client properly! See
# http://specs.openstack.org/openstack/watcher-specs/specs/kilo/api-microversions.html # noqa
# for full details.
DEFAULT_VER = 'latest'
DEFAULT_VER = '1.latest'
LAST_KNOWN_API_VERSION = 1
LATEST_VERSION = '1.{}'.format(LAST_KNOWN_API_VERSION)