From b586612d25b61d18b7c555ae3fc572a42b918b88 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 24 Apr 2018 23:14:26 +0800 Subject: [PATCH] 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 --- 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 15d74fbef..0677a9b0a 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -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::