summaryrefslogtreecommitdiff
path: root/nova/conductor/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Transport context to all threads"Zuul2023-02-271-2/+2
|\
| * Transport context to all threadsFabian Wiesel2022-08-041-2/+2
* | compute: enhance compute evacuate instance to support target stateSahid Orentino Ferdjaoui2023-01-311-3/+5
* | Support unshelve with PCI in placementBalazs Gibizer2022-12-211-0/+6
* | Support evacuate with PCI in placementBalazs Gibizer2022-12-211-0/+6
* | Add conductor RPC interface for rebuildwhoami-rajat2022-08-311-2/+2
* | Add support for volume backed server rebuildRajat Dhasmana2022-08-311-2/+3
* | Avoid n-cond startup abort for keystone failuresDan Smith2022-08-181-1/+33
* | Unify placement client singleton implementationsDan Smith2022-08-181-1/+1
|/
* Allow unshelve to a specific host (Compute API part)René Ribaud2022-07-221-0/+6
* Enforce resource limits using oslo.limitJohn Garbutt2022-02-241-1/+7
* Merge "Support move ops with extended resource request"Zuul2021-08-311-11/+12
|\
| * Support move ops with extended resource requestBalazs Gibizer2021-08-271-11/+12
* | Add force kwarg to delete_allocation_for_instanceMatt Riedemann2021-08-301-1/+1
|/
* smartnic support - cleanup arqsYongli He2021-08-051-1/+7
* smartnic support - create arqsYongli He2021-08-051-21/+88
* db: Remove 'nova.db.base' moduleStephen Finucane2021-06-161-3/+1
* Remove (almost) all references to 'instance_type'Stephen Finucane2021-03-291-5/+5
* rpc: Rework 'get_notifier', 'wrap_exception'Stephen Finucane2021-03-011-1/+1
* Rename ensure_network_metadata to amend requested_networksSylvain Bauza2021-02-031-2/+2
* Cyborg shelve/unshelve supportzhangbailin2021-01-151-32/+42
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-4/+3
* Remove six.movesTakashi Natsume2020-11-071-5/+4
* Cyborg evacuate supportSean Mooney2020-09-011-19/+54
* Delete ARQs by UUID if Cyborg ARQ bind fails.Sundar Nadathur2020-07-231-16/+23
* objects: Add MigrationTypeFieldStephen Finucane2020-05-081-1/+1
* Bump compute rpcapi version and reduce Cyborg calls.Sundar Nadathur2020-03-311-5/+9
* Delete ARQs for an instance when the instance is deleted.Sundar Nadathur2020-03-241-0/+1
* Create and bind Cyborg ARQs.Sundar Nadathur2020-03-211-0/+55
* Support unshelve with qos portsBalazs Gibizer2020-03-181-3/+12
* Remove 'nova.image.api' moduleStephen Finucane2020-02-181-2/+2
* nova-net: Remove layer of indirection in 'nova.network'Stephen Finucane2020-01-151-2/+2
* Merge "Create instance action when burying in cell0"Zuul2020-01-061-0/+27
|\
| * Create instance action when burying in cell0Matt Riedemann2019-12-121-0/+27
* | Use graceful_exit=True in ComputeTaskManager.revert_snapshot_based_resizeMatt Riedemann2019-12-231-4/+4
* | Merge "Remove now invalid cells v1 comments from conductor code"Zuul2019-12-191-14/+12
|\ \
| * | Remove now invalid cells v1 comments from conductor codeMatt Riedemann2019-12-061-14/+12
* | | Add revert_snapshot_based_resize conductor RPC methodMatt Riedemann2019-12-121-1/+20
* | | Add confirm_snapshot_based_resize conductor RPC methodMatt Riedemann2019-12-121-1/+17
| |/ |/|
* | Use provider mappings from Placement (mostly)Eric Fried2019-12-061-6/+3
|/
* Merge "Sanity check instance mapping during scheduling"Zuul2019-11-281-17/+62
|\
| * Sanity check instance mapping during schedulingMatt Riedemann2019-09-231-17/+62
* | Merge "Remove TODO from ComputeTaskManager._live_migrate"Zuul2019-11-151-1/+0
|\ \
| * | Remove TODO from ComputeTaskManager._live_migrateMatt Riedemann2019-11-111-1/+0
* | | Merge "Restrict RequestSpec to cell when evacuating"Zuul2019-11-141-14/+30
|\ \ \
| * | | Restrict RequestSpec to cell when evacuatingMatt Riedemann2019-08-201-14/+30
* | | | Merge "cond: rename 'recreate' var to 'evacuate'"Zuul2019-11-131-4/+20
|\ \ \ \
| * | | | cond: rename 'recreate' var to 'evacuate'Eric Fried2019-11-041-4/+20
* | | | | Remove TODOs around claim_resources_on_destinationMatt Riedemann2019-11-101-5/+0
| |_|/ / |/| | |
* | | | Merge "Refresh instance in MigrationTask.execute Exception handler"Zuul2019-11-071-5/+17
|\ \ \ \