nova/doc
ramboman f602536778
replace the "hide_hypervisor_id" to "hw:hide_hypervisor_id"
When we use the flavor extra_specs "hide_hypervisor_id" in
AggregateInstanceExtraSpecsFilter, then will retrun False.
So we need correct the extra_specs.

NOTE: The first two files do not exist in stable/train due to
extra specs validators (patch Ib64a1348cce1dca995746214616c4f33d9d664bd)
was introduced in Ussuri.
The last one file has conflict due to the same
bp/flavor-extra-sepc-validators feature
(patch: I8da84b48e4d630eeb91d92346aa2323e25e28e3b)
added in Ussuri.

Conflicts:
	nova/api/validation/extra_specs/hw.py
	nova/api/validation/extra_specs/null.py
	nova/tests/unit/api/openstack/compute/test_flavors_extra_specs.py

Change-Id: I9d8d8c3a30cf6da7e8fb48374347e069ab075df2
Closes-Bug: 1841932
(cherry picked from commit bf488a8630)
(cherry picked from commit 9d28d7ec80)
2021-03-01 10:35:26 +08: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 replace the "hide_hypervisor_id" to "hw:hide_hypervisor_id" 2021-03-01 10:35:26 +08: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.