nova/doc
Stephen Finucane e5e477c42a Remove '/os-tenant-networks' REST API
Like '/os-networks', we can't remove this in its entirety due to the
fact that some of these are proxy URLs that also work with neutron.
These are retained but everything else is nuked.

Note that this highlights a bug in the API, whereby a missing
'objects.Network.cidr' value results in a value of 'None' being output
over the API. Clearly this is incorrect, but it's probably not worth
fixing for this deprecated API.

Change-Id: I31cb0891144bdd7945479bb6692b0a533de4c5d0
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-11-22 16:03:11 +00:00
..
api_samples Remove '/os-tenant-networks' REST API 2019-11-22 16:03:11 +00:00
ext Add notification sample test for aggregate.cache_images.start|end 2019-10-25 10:38:19 -07:00
notification_samples Add Aggregate image caching progress notifications 2019-10-29 08:18:32 -07:00
source Merge "Remove service_uuids_online_data_migration" 2019-11-18 21:01:45 +00:00
test docs: Add redirects for '/user/aggregates' 2019-10-08 16:46:09 +00: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.