nova/doc
Stephen Finucane b01676c418 Remove 'hw:cpu_policy', 'hw:mem_page_size' extra specs from API samples
In a future change, the use of 'hw:cpu_policy' will require a host to
report PCPU inventory. Rather than modify the fake driver used in these
tests to report such inventory, just use a different extra spec,
'hw:numa_nodes'. This has the added bonus of being supported by both the
libvirt and Hyper-V virt drivers, unlike 'hw:cpu_policy' and
'hw:mem_page_size', which are only supported by the libvirt virt driver.

Change-Id: Id203dc07f08557b1b094ec72e1df3493ec9524b1
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-08-27 17:00:46 +01:00
..
api_samples Remove 'hw:cpu_policy', 'hw:mem_page_size' extra specs from API samples 2019-08-27 17:00:46 +01: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 Merge "Document map_instances return codes in table format" 2019-08-26 14:31:23 +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 tox: Keeping going with docs 2019-07-18 10:26:15 +01: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.