nova/nova/virt
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
..
disk [Trivial]Remove unused helper get_allocated_disk_size 2019-08-28 13:36:52 +08:00
hyperv Validate CPU config options against running instances 2019-09-18 00:19:33 +01:00
image libvirt: virtuozzo instance resize support 2016-06-28 22:13:49 +03:00
ironic Lowercase ironic driver hash ring and ignore case in cache 2020-03-18 21:00:22 +00:00
libvirt replace the "hide_hypervisor_id" to "hw:hide_hypervisor_id" 2021-03-01 10:35:26 +08:00
powervm Validate CPU config options against running instances 2019-09-18 00:19:33 +01:00
vmwareapi Set different VirtualDevice.key 2020-09-22 00:57:14 +00:00
xenapi Validate CPU config options against running instances 2019-09-18 00:19:33 +01:00
zvm Validate CPU config options against running instances 2019-09-18 00:19:33 +01:00
__init__.py Declare nova.virt namespace 2016-04-28 15:01:44 +00:00
arch.py Added ability to configure default architecture for ImagePropertiesFilter 2018-05-14 16:55:13 -04:00
block_device.py block_device: Copy original volume_type when missing for snapshot based volumes 2019-11-29 11:30:43 +00:00
configdrive.py Skip existing VMs when hosts apply force_config_drive 2019-05-22 21:02:16 +00:00
driver.py Unplug VIFs as part of cleanup of networks 2020-03-05 11:21:36 +00:00
event.py Port binding based on events during live migration 2018-07-19 09:09:55 -04:00
fake.py Validate CPU config options against running instances 2019-09-18 00:19:33 +01:00
firewall.py Merge "Remove translation of log messages" 2017-06-20 21:16:49 +00:00
hardware.py hardware: Reject requests for no hyperthreads on hosts with HT 2020-08-26 15:57:57 +01:00
imagecache.py Reserve DISK_GB resource for the image cache 2020-05-25 09:30:55 +02:00
images.py Improve libvirt image and snapshot handling 2019-03-05 12:18:34 -06:00
interfaces.template
netutils.py libvirt: add vf_trusted field for network metadata 2018-05-30 15:11:59 -04:00
osinfo.py Stop sending bad values from libosinfo to libvirt 2019-07-04 15:30:51 +01:00
storage_users.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
virtapi.py Add VirtAPI.update_compute_provider_status 2019-07-02 11:45:40 -04:00