nova/doc
Stephen Finucane 93f903d794 Fix os-keypairs pagination links
The API URL is '/os-keypairs', not '/keypairs'. Attempting to use these
pagination links as-is will result in a HTTP 404 (Not Found).

Conflicts:
	nova/api/openstack/compute/views/keypairs.py

NOTE(stephenfin): Conflict due to absence of change
I2820143b7b5b6f74a6c3ca67a5c9d0980e3e9a86, which we don't want to
backport.

Change-Id: Ic04568caecc138e6016418f6878d031c4a0d3fb4
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Closes-bug: #1866373
(cherry picked from commit f31efe0a0e)
2020-03-10 15:39:14 +00:00
..
api_samples Fix os-keypairs pagination links 2020-03-10 15:39:14 +00:00
ext Replace support matrix ext with common library 2018-07-16 15:04:00 +01:00
notification_samples Merge "Enhance service restart in functional env" 2019-06-27 17:50:19 +00:00
source Print help if nova-manage subcommand is not specified 2020-01-15 10:29:02 +00:00
test docs: Rework all things metadata'y 2019-06-20 18:22:34 +01:00
README.rst Update api-ref location 2019-07-22 19:17:28 +02:00
requirements.txt PDF documentation build 2019-09-04 17:34:26 +09:00

README.rst

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://docs.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/contributor/development-environment.rst.