Comment 10 for bug 1761487

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

Reviewed: https://review.openstack.org/559111
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=587eb4303be65810133e88114106ee9019940118
Submitter: Zuul
Branch: master

commit 587eb4303be65810133e88114106ee9019940118
Author: Matt Riedemann <email address hidden>
Date: Thu Apr 5 11:25:49 2018 -0400

    Log a more useful error when neutron isn't configured

    When the [neutron] section of nova.conf isn't configured for
    auth with the networking service, end users of the compute
    REST API get a 500 error and the logs contain this mostly
    unhelpful error message:

      Unauthorized: Unknown auth type: None

    This change adds a more useful error log message indicating
    the root problem and provides a link to the networking service
    install guide for how to resolve it.

    Change-Id: I18f162c4f8d1964cb4d0c184ff2149c76e1e86b4
    Partial-Bug: #1761487