summaryrefslogtreecommitdiff
path: root/nova/tests/unit/compute/test_rpcapi.py
Commit message (Expand)AuthorAgeFilesLines
* compute: Use long_rpc_timeout in reserve_block_device_nameLee Yarwood2019-12-021-0/+2
* Make nova.compute.rpcapi.ComputeAPI.router a singletonMatt Riedemann2019-09-241-11/+9
* Add useful error log when _determine_version_cap raises DBNotAllowedMatt Riedemann2019-08-121-0/+26
* 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
* Replace diagnostics objects with Nova diagnostics objectsSergey Nikitin2017-05-301-1/+1
* Clean up ClientRouter debtDan Smith2017-04-251-23/+9
* Change MQ targeting to honor only what is in the contextDan Smith2017-03-101-1/+1
* Change RPC post_live_migration_at_destination from cast to call.Pawel Koniszewski2016-11-081-1/+1
* Move cell message queue switching and add cachingmelanie witt2016-08-311-30/+76
* Don't cache RPC pin when service_version is 0John Garbutt2016-08-021-2/+3
* Update get_instance_diagnostics for instance objectsAndrew Laski2016-06-281-2/+2
* Add message queue switching through RequestContextmelanie witt2016-05-161-1/+1
* force_live_migration remove redundant checkTimofey Durakov2016-05-111-3/+40
* Make compute rpcapi 'live_migration' backward compatibleWenzhi Yu2016-04-281-1/+0
* Move config options from nova/compute/rpcapi.py fileEdLeafe2016-04-211-2/+2
* Fix pre_live_migration result processing from legacy computesDan Smith2016-03-111-1/+5
* Merge "Abstract a driver API for triggering crash dump"13.0.0.0b3Jenkins2016-03-031-1/+1
|\
| * Abstract a driver API for triggering crash dumpHironori Shiina2016-03-021-1/+1
* | Allow block_migration and disk_over_commit to be NoneEli Qiao2016-02-291-0/+10
* | Abort an ongoing live migrationAndrea Rosa2016-02-261-0/+5
|/
* Add new API to force live migration to completePawel Koniszewski2016-02-081-0/+5
* Remove unused provider firewall rules functionality in novaHans Lindgren2016-02-011-4/+0
* Allow sending the migrate data objects over the wireDan Smith2016-01-291-2/+111
* Merge "Remove dead code from reserve_block_device_name rpcapi"Jenkins2016-01-251-3/+0
|\
| * Remove dead code from reserve_block_device_name rpcapiMatt Riedemann2016-01-141-3/+0
* | Pass attachment_id to Cinder when detach a volumeKrisztian Gacsal2016-01-201-1/+25
|/
* Add a compute API to trigger crash dump in instance.Hironori Shiina2015-12-191-0/+11
* Cache the automatic version pin to avoid repeated lookupsDan Smith2015-12-101-0/+13
* Merge "Make secgroup rules refresh with refresh_instance_security_rules()"Jenkins2015-10-201-4/+0
|\
| * Make secgroup rules refresh with refresh_instance_security_rules()Hans Lindgren2015-10-031-4/+0
* | Merge "Remove unused refresh_security_group_members() call"Jenkins2015-10-201-4/+0
|\ \ | |/