DEFAULT_VER should be '1.latest'

Change-Id: I359838db9ee8427812215833f379a84463c8dbfb
This commit is contained in:
licanwei 2019-01-26 14:10:20 +08:00
parent 74cbf1b17b
commit e4ee4ff03c
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)