Watcherclient supports list data model API

Change-Id: I5527414b5e87253d87a4a26398ad5dcce1193e43
Related-Bug: #1854121
This commit is contained in:
licanwei
2019-12-02 14:41:32 +08:00
parent e3f0a3d2b5
commit 431319ee4d

View File

@@ -40,8 +40,8 @@ from watcherclient import exceptions
# Record the latest version that this client was tested with.
DEFAULT_VER = '1.latest'
# Minor version 2 for adding force option to audit
LAST_KNOWN_API_VERSION = 2
# Minor version 3 for adding list data model API
LAST_KNOWN_API_VERSION = 3
LATEST_VERSION = '1.{}'.format(LAST_KNOWN_API_VERSION)
LOG = logging.getLogger(__name__)