From 84fb7423f115ee293071313729a9cdf4d2ed7f75 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Mon, 16 Oct 2017 10:42:45 +0800 Subject: [PATCH] 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 --- doc/source/configuration/configuring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst index ccc44c69e..658eca336 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -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::