Watcherclient supports list data model API
Change-Id: I5527414b5e87253d87a4a26398ad5dcce1193e43 Related-Bug: #1854121
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user