]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make default nova_url use a version
authorDan Prince <dprince@redhat.com>
Thu, 10 Apr 2014 16:40:13 +0000 (12:40 -0400)
committerThomas Goirand <thomas@goirand.fr>
Mon, 9 Jun 2014 15:06:54 +0000 (23:06 +0800)
commita53a404a97b1b67db46fb82b663cbfbf4a7ff835
treed3b202d78b697d3cd76e11c725f7874a4414a3e2
parent90694e705ca9313abfd71c0095d8994185ebc324
Make default nova_url use a version

The default nova_url for neutron is missing an API
version number. This can cause requests to fail
because the Nova /versions API cannot respond
to Neutron notification requests.

It seems reasonable for the default value to
at least have a chance at being correct so
this patch upgrades the default Nova API url to
use the Nova 'v2' API.

Related-bug: #1298640
Change-Id: Ib1449de84fbc01fb704ebfe4a016ac8f4932be96
(cherry picked from commit c09a14089a5ca7cd3093895ee0248876499a6d06)
etc/neutron.conf
neutron/common/config.py