summaryrefslogtreecommitdiff
path: root/nova/tests/unit/compute/test_rpcapi.py
Commit message (Expand)AuthorAgeFilesLines
* compute: enhance compute evacuate instance to support target stateSahid Orentino Ferdjaoui2023-01-311-5/+43
* Add support for volume backed server rebuildRajat Dhasmana2022-08-311-2/+41
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* Fix typosRajesh Tailor2022-05-301-1/+1
* Remove (almost) all references to 'instance_type'Stephen Finucane2021-03-291-6/+7
* Bump the Compute RPC API to version 6.0Sylvain Bauza2021-03-251-105/+235
* Cyborg shelve/unshelve supportzhangbailin2021-01-151-5/+56
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-7/+6
* virt: Remove 'reset_network' APIStephen Finucane2020-11-231-4/+0
* virt: Remove 'change_instance_metadata' APIStephen Finucane2020-11-171-4/+0
* Cyborg evacuate supportSean Mooney2020-09-011-6/+49
* Bump compute rpcapi version and reduce Cyborg calls.Sundar Nadathur2020-03-311-1/+36
* nova-net: Remove firewall support (pt. 1)Stephen Finucane2020-01-061-0/+1
* Add finish_revert_snapshot_based_resize_at_source compute methodMatt Riedemann2019-12-121-0/+30
* Add revert_snapshot_based_resize_at_dest compute methodMatt Riedemann2019-12-121-0/+27
* Merge "Add confirm_snapshot_based_resize_at_source compute method"Zuul2019-12-061-0/+27
|\
| * Add confirm_snapshot_based_resize_at_source compute methodMatt Riedemann2019-11-261-0/+27
* | compute: Use long_rpc_timeout in reserve_block_device_nameLee Yarwood2019-11-261-0/+2
|/
* Add finish_snapshot_based_resize_at_dest compute methodMatt Riedemann2019-11-021-0/+36
* Add prep_snapshot_based_resize_at_source compute methodMatt Riedemann2019-10-151-0/+30
* Add prep_snapshot_based_resize_at_dest compute methodMatt Riedemann2019-10-141-0/+41
* Add cache_image() support to the compute/{rpcapi,api,manager}Dan Smith2019-10-101-0/+16
* NUMA live migration supportArtom Lifshitz2019-09-121-1/+49
* Merge "Remove dead code"Zuul2019-09-031-20/+0
|\
| * Remove dead codeStephen Finucane2019-09-021-20/+0
* | Nice to have test coverage for If1f465112b8e9b0304b8b5b864b985f72168d839Balazs Gibizer2019-09-021-0/+119
* | Add request_spec to server move RPC callsBalazs Gibizer2019-08-301-5/+12
|/
* Add useful error log when _determine_version_cap raises DBNotAllowedMatt Riedemann2019-08-071-0/+25
* Sync COMPUTE_STATUS_DISABLED from APIMatt Riedemann2019-07-021-1/+3
* Make nova.compute.rpcapi.ComputeAPI.router a singletonMatt Riedemann2019-04-241-11/+9
* Pass request_spec from compute to cell conductor on rescheduleMatt Riedemann2018-12-191-5/+2
* Make compute rpcapi version calculation check all cellsDan Smith2018-12-111-8/+26
* Only warn about not having computes nodes once in rpcapiDan Smith2018-12-111-0/+11
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Use CONF.long_rpc_timeout in post_live_migration_at_destinationMatt Riedemann2018-08-031-1/+3
* Make check_can_live_migrate_destination use long_rpc_timeoutDan Smith2018-06-141-0/+12
* Use oslo.messaging per-call monitoringDan Smith2018-06-111-2/+13
* remove unnecessary conf importsMatthew Edmonds2018-03-091-3/+0
* Fix version cap when no nova-compute startedgit-harry2018-03-061-1/+4
* Drop compute RPC 4.x compatibilityDan Smith2018-02-121-430/+0
* Compute RPC client bump to 5.0Dan Smith2018-02-081-73/+72
* Add late server group policy check to rebuildBalazs Gibizer2018-02-061-0/+9
* Change compute RPC to use alternates for resizeEd Leafe2018-01-221-1/+2
* Pass multiattach flag to reserve_block_device_nameMatt Riedemann2018-01-181-5/+65
* Make conductor pass and use host_listsEd Leafe2017-12-211-1/+45
* Pre-create migration objectDan Smith2017-10-051-2/+7
* conf: remove *_topic config optsStephen Finucane2017-07-171-1/+2
* Handle Cinder 3.27 style attachments in swap_volumeIldiko Vancsa2017-07-071-1/+24
* Plumbing for tagged nic attachmentArtom Lifshitz2017-06-231-1/+53
* Plumbing for tagged volume attachmentArtom Lifshitz2017-06-231-1/+51