]> 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)
committerHenry Gessau <gessau@cisco.com>
Sat, 12 Apr 2014 04:22:16 +0000 (00:22 -0400)
commitc09a14089a5ca7cd3093895ee0248876499a6d06
tree2c47a26f36dfd21569cacec0c5a7a75645509678
parentd7821281e982c984a5164a075f029d5991480145
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
etc/neutron.conf
neutron/common/config.py