Comment 41 for bug 1298640

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/icehouse)

Reviewed: https://review.openstack.org/92387
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d1ab56d8c4e19c2b4b4bf643386136b10ef5bcd7
Submitter: Jenkins
Branch: stable/icehouse

commit d1ab56d8c4e19c2b4b4bf643386136b10ef5bcd7
Author: Dan Prince <email address hidden>
Date: Thu Apr 10 12:40:13 2014 -0400

    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)