
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
OpenStack Nova Documentation README
Both contributor developer documentation and REST API documentation are sourced here.
Contributor developer docs are built to: https://docs.openstack.org/nova/latest/
API guide docs are built to: https://developer.openstack.org/api-guide/compute/
For more details, see the "Building the Documentation" section of doc/source/contributor/development.environment.rst.