From a4a009a2c641d4daada9d60fc7396e7303d5586e Mon Sep 17 00:00:00 2001 From: David TARDIVEL Date: Wed, 10 Feb 2016 17:04:34 +0100 Subject: [PATCH] Update the default version of Neutron API Default value of Neutron API should be 2.0 in neutronclient. Closes-Bug: #1544134 Change-Id: I241c067c33c992da53f30e974ffca3edb466811d --- watcher/common/clients.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/common/clients.py b/watcher/common/clients.py index 1b0189ed8..e00be51db 100644 --- a/watcher/common/clients.py +++ b/watcher/common/clients.py @@ -46,7 +46,7 @@ CEILOMETER_CLIENT_OPTS = [ NEUTRON_CLIENT_OPTS = [ cfg.StrOpt('api_version', - default='2', + default='2.0', help=_('Version of Neutron API to use in neutronclient.'))] cfg.CONF.register_opts(NOVA_CLIENT_OPTS, group='nova_client')