Comment 9 for bug 1604428

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/mitaka)

Reviewed: https://review.openstack.org/344371
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=32a9d01c80ba13dd1321aef33073ad5a0b146fda
Submitter: Jenkins
Branch: stable/mitaka

commit 32a9d01c80ba13dd1321aef33073ad5a0b146fda
Author: Wenzhi Yu <wenzhi_yu@163.com>
Date: Tue Apr 26 18:55:16 2016 +0800

    Fix NoSuchOptError when referring to conf.neutron.auth_plugin

    Backporting to Mitaka

    We already replaced 'auth_plugin' with 'auth_type'[1], now an
    oslo_config.cfg.NoSuchOptError will be threw up when referring to
    conf.neutron.auth_plugin.

    This commit replace the usage of conf.neutron.auth_plugin by
    conf.neutron.auth_type.

    [1]https://github.com/openstack/keystoneauth/commit/a56ed4218aef5a2e528aa682cea967e767dca923

    Change-Id: I0b72f278ba8e28508274079ff284042fb9ea3d64
    Closes-Bug: #1574988
    Closes-Bug: #1604428
    (cherry picked from commit 2647f91ae97844a73176fc1c8663d9b186bdec1a)