summaryrefslogtreecommitdiff
path: root/nova/objects/image_meta.py
Commit message (Expand)AuthorAgeFilesLines
* libvirt: Add vIOMMU device to guestStephen Finucane2022-09-011-1/+7
* Add locked_memory extra spec and image propertySean Mooney2022-08-241-1/+8
* image_meta: Add ephemeral encryption propertiesLee Yarwood2022-08-021-1/+12
* object/notification for Adds Pick guest CPU architecture based on hostJonathan Race2022-02-241-1/+8
* Merge "Allow 'bochs' as a display device option"Zuul2021-09-031-1/+9
|\
| * Allow 'bochs' as a display device optionKashyap Chamarthy2021-09-021-1/+9
* | image_meta: Provide image_ref as the id when fetching from instanceLee Yarwood2021-05-201-0/+8
|/
* libvirt: Add support for virtio-based input devicesStephen Finucane2021-03-051-1/+7
* objects: Add 'socket' PCI NUMA affinityArtom Lifshitz2021-02-241-1/+10
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-4/+3
* scheduler: Request vTPM trait based on flavor or imageStephen Finucane2020-07-161-1/+10
* objects: Introduce the 'CPUAllocationPolicy.MIXED' enumWang Huaqiang2020-07-151-1/+9
* libvirt: Add a default VirtIO-RNG device to guestsKashyap Chamarthy2020-01-231-0/+6
* DRY: Build ImageMetaPropsPayload from ImageMetaPropsEric Fried2019-12-131-0/+2
* support pci numa affinity policies in flavor and imageSean Mooney2019-12-111-1/+7
* Add extra spec parameter and image property for memory encryptionAdam Spiers2019-09-011-1/+8
* Libvirt: add support for vPMU configuration.Sean Mooney2019-08-201-1/+8
* hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-2/+2
* extend libvirt video model supportSean Mooney2019-06-211-1/+11
* Add HPET timer support for x86 guestsJack Ding2018-11-201-1/+7
* Update ImageMetaProp object to expose traitsarvindn052018-04-051-3/+27
* Add `img_hide_hypervisor_id` image propertyDaniel Pawlik2017-05-291-1/+7
* Use cursive for signature verificationdane-fichter2017-03-281-1/+2
* Add lan9118 as valid nic for hw_vif_model property for qemuThomas Stewart2017-03-221-1/+2
* Add 'disabled' to WatchdogAction fieldMatt Riedemann2017-01-031-1/+8
* Fix typo in image_meta.py & checks.py & flavor.pyzhangyanxian2016-11-231-1/+1
* image_meta: Add hw_rescue_device and hw_rescue_busLee Yarwood2016-06-241-1/+11
* Merge "libvirt: enhance method to return pointer_model from image prop"Jenkins2016-06-221-1/+7
|\
| * libvirt: enhance method to return pointer_model from image propSahid Orentino Ferdjaoui2016-06-201-1/+7
* | Trivial-Fix: Fix typosRajesh Tailor2016-06-131-1/+1
|/
* objects: added 'os_secure_boot' property to ImageMetaProps objectSimona Iuliana Toader2016-05-241-1/+11
* add checking for new image metadata property 'hw_cpu_realtime_mask'Qiaowei Ren2016-03-071-0/+2
* Merge "Add image signature verification"Jenkins2016-01-221-1/+15
|\
| * Add image signature verificationDane Fichter2016-01-071-1/+15
* | compute: convert manager to use nova.objects.ImageMetaDaniel P. Berrange2016-01-151-0/+19
|/
* add "hw_firmware_type" image metadataQiaowei Ren2016-01-121-1/+7
* libvirt: add realtime supportSahid Orentino Ferdjaoui2016-01-081-1/+7
* Add 'CPUThreadAllocationPolicy' enum fieldStephen Finucane2016-01-061-2/+8
* Scheduler: honor the glance metadata for hypervisor detailsGary Kotton2015-12-081-0/+1
* Use version convert methods from oslo_utils.versionutilsChangBo Guo(gcb)2015-11-251-1/+3
* Add 'lxd' to the list of recognized hypervisorsJames Page2015-11-171-2/+4
* Merge "Untie subobject versions"Jenkins2015-11-111-1/+1
|\
| * Untie subobject versionsRyan Rossiter2015-11-101-1/+1
* | Merge "Fix missing obj_make_compatible() for ImageMetaProps object"Jenkins2015-11-091-0/+25
|\ \ | |/ |/|
| * Fix missing obj_make_compatible() for ImageMetaProps objectDan Smith2015-10-221-0/+25
* | Remove obj_relationships from objectsDan Smith2015-10-301-12/+0
|/
* Image meta: treat legacy vmware adapter type valuesGary Kotton2015-10-171-1/+1
* objects: convert config drive to use ImageMeta objectDaniel P. Berrange2015-09-071-1/+7
* objects: add missing enum values to DiskBus fieldMatt Riedemann2015-08-241-1/+4
* Merge "Honour nullability constraints of Glance schema in ImageMeta"Jenkins2015-08-071-1/+21
|\