Comment 12 for bug 1563011

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kuryr (master)

Reviewed: https://review.openstack.org/316320
Committed: https://git.openstack.org/cgit/openstack/kuryr/commit/?id=632fda4c323a4d5d43134063ff0512f057d128de
Submitter: Jenkins
Branch: master

commit 632fda4c323a4d5d43134063ff0512f057d128de
Author: Antoni Segura Puimedon <email address hidden>
Date: Mon Sep 5 15:22:04 2016 +0200

    auth: use keystoneauth1 for neutron access

    This patch moves, as was discussed in the weekly IRC meeting,
    [keystone] and [neutron] options, that were just for talking to
    Neutron, inside [neutron].

    The new organization is consistent with how Nova talks to Neutron
    and how Neutron notifies nova. In doing so, we also reduce our codebase
    since we can leverage the nice things offered by keystoneauth1.

    Closes-bug: #1563011
    Change-Id: Ia56b22963f5a2130a722403a14ee1a233ac6cff9
    Signed-off-by: Antoni Segura Puimedon <email address hidden>