Update the nova api_version default value to 2.53

the api_version has been update, so the doc should change the default
value

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

Change-Id: I9717294d43203315d0593a4fee8c2ff2caf6f0d0
This commit is contained in:
caoyuan 2017-10-16 10:42:45 +08:00
parent ee5b01d33b
commit 84fb7423f1
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,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
#api_version = 2.53
api_version = 2.1
#. Create the Watcher Service database tables::