Comment 11 for bug 1761487

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

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

commit a6d9655d7806bade90cffcd107cd1e9ca1861f0f
Author: Matt Riedemann <email address hidden>
Date: Thu Apr 5 11:50:25 2018 -0400

    doc: add a link in the install guides about configuring neutron

    It is not uncommon to triage bugs on a weekly basis where the
    [neutron] auth credentials are not configured in nova.conf, which
    generally leads to a 500 response in the compute API because of
    the auth error.

    With respect to neutron, the compute install guides really only
    say to set use_neutron=True, but don't mention that configuring
    the [neutron] section for auth is required. The networking service
    install guide does, so it's a bit confusing why people make this
    mistake in the first place, but as a reminder, this change adds
    links from the compute install guide to the relevant sections
    in the networking service install guides.

    Change-Id: Id17457bd2770fcbebd6231919ba4002e75410089
    Closes-Bug: #1761487