Update the default value for nova api_verison

refer to https://github.com/openstack/watcher/blob/master/watcher/conf/nova_client.py#L26

Change-Id: If7c12d49c68e1bfc30327d465b9d5bafe82882e0
This commit is contained in:
caoyuan 2018-04-24 23:14:26 +08:00
parent bbd0ae5b16
commit b586612d25
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ so that the watcher service is configured for your needs.
[nova_client]
# Version of Nova API to use in novaclient. (string value)
#api_version = 2.53
#api_version = 2.56
api_version = 2.1
#. Create the Watcher Service database tables::