summaryrefslogtreecommitdiff
path: root/nova/tests/unit/notifications
Commit message (Expand)AuthorAgeFilesLines
* Add locked_memory extra spec and image propertySean Mooney2022-08-241-1/+1
* image_meta: Add ephemeral encryption propertiesLee Yarwood2022-08-021-1/+1
* Use unittest.mock instead of third party mockStephen Finucane2022-08-015-5/+6
* object/notification for Adds Pick guest CPU architecture based on hostJonathan Race2022-02-241-1/+1
* objects: Remove 'bandwidth' fields from notificationsStephen Finucane2021-11-031-3/+2
* Merge "Allow 'bochs' as a display device option"Zuul2021-09-031-1/+1
|\
| * Allow 'bochs' as a display device optionKashyap Chamarthy2021-09-021-1/+1
* | db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-092-5/+5
|/
* libvirt: Add support for virtio-based input devicesStephen Finucane2021-03-051-1/+1
* objects: Add 'socket' PCI NUMA affinityArtom Lifshitz2021-02-241-2/+2
* virt: Remove 'get_all_bw_counters' APIStephen Finucane2020-11-241-27/+3
* scheduler: Request vTPM trait based on flavor or imageStephen Finucane2020-07-161-1/+1
* objects: Introduce the 'CPUAllocationPolicy.MIXED' enumWang Huaqiang2020-07-151-2/+2
* notifications: add the pcpuset info to instance numa cell payloadWang Huaqiang2020-07-151-1/+1
* Use 'Exception.__traceback__' for versioned notificationsStephen Finucane2020-06-081-14/+6
* Add reproducer for bug #1881455Stephen Finucane2020-06-041-0/+61
* Remove 'nova.image.api' moduleStephen Finucane2020-02-181-3/+3
* nova-net: Remove layer of indirection in 'nova.network'Stephen Finucane2020-01-151-1/+1
* DRY: Build ImageMetaPropsPayload from ImageMetaPropsEric Fried2019-12-131-28/+4
* Sync ImageMetaPropsPayload fieldsSean Mooney2019-12-131-1/+29
* support pci numa affinity policies in flavor and imageSean Mooney2019-12-111-1/+1
* Add Aggregate image caching progress notificationsDan Smith2019-10-291-1/+3
* Add cache_images() to conductorDan Smith2019-10-141-1/+1
* extend libvirt video model supportSean Mooney2019-06-211-1/+1
* Microversion 2.73: Support adding the reason behind a server lockSurya Seetharaman2019-05-112-11/+13
* Bump to hacking 1.1.0Stephen Finucane2019-04-121-0/+1
* Remove CellMappingPayload database_connection and transport_url fieldsMatt Riedemann2019-04-041-1/+1
* The field instance_name was added to InstanceCreatePayloadIfat Afek2019-01-151-1/+1
* Transform scheduler.select_destinations notificationElőd Illés2018-11-301-2/+6
* Transform compute_task notificationsAlex Szarka2018-11-211-1/+11
* Transform volume.usage notificationTakashi NATSUME2018-10-091-1/+3
* Transform libvirt.error notificationGábor Antal2018-09-181-1/+3
* Use uuidsentinel from oslo.utilsEric Fried2018-09-053-3/+3
* Transform metrics.update notificationTakashi NATSUME2018-07-181-0/+3
* Merge "Call generate_image_url only for legacy notification"Zuul2018-07-171-2/+19
|\
| * Call generate_image_url only for legacy notificationBalazs Gibizer2018-07-171-2/+19
* | Transform instance.live_migration_force_complete notificationGábor Antal2018-07-161-1/+1
* | Transform aggregate.update_prop notificationGábor Antal2018-07-151-1/+1
* | Merge "Transform instance.rebuild_scheduled notification"Zuul2018-07-141-1/+1
|\ \
| * | Transform instance.rebuild_scheduled notificationGábor Antal2018-07-091-1/+1
* | | Merge "Add policy field to ServerGroup notification object"Zuul2018-07-131-1/+1
|\ \ \
| * | | Add policy field to ServerGroup notification objectYikun Jiang2018-07-121-1/+1
| |/ /
* | | Use nova.db.api directlyChris Dent2018-07-102-5/+6
|/ /
* | Add action initiator attribute to the instance payloadshuangyang.qian2018-07-031-11/+11
|/
* Add instance.unlock notificationYikun Jiang2018-06-251-1/+1
* Add instance.lock notificationYikun Jiang2018-06-211-1/+1
* Add full traceback to ExceptionPayload in versioned notificationsKevin_Zheng2018-06-191-1/+1
* Add notification support for trusted_certsBrianna Poulos2018-06-141-1/+4
* Transform instance.exists notificationAlex Szarka2018-06-051-0/+2
* Merge "Remove vestigial system_metadata param from info_from_instance()"Zuul2018-04-241-4/+2
|\