summaryrefslogtreecommitdiff
path: root/nova/conductor/api.py
Commit message (Expand)AuthorAgeFilesLines
* Add conductor RPC interface for rebuildwhoami-rajat2022-08-311-2/+3
* Remove 'nova.image.api' moduleStephen Finucane2020-02-181-2/+2
* Add revert_snapshot_based_resize conductor RPC methodMatt Riedemann2019-12-121-0/+5
* Add confirm_snapshot_based_resize conductor RPC methodMatt Riedemann2019-12-121-0/+5
* Plumb allow_cross_cell_resize into compute API resize()Matt Riedemann2019-11-051-2/+3
* Add cache_images() to conductorDan Smith2019-10-141-0/+19
* Stop passing 'kwargs' to 'rebuild_instance'Stephen Finucane2019-06-121-2/+1
* Remove cells v1 parameter from 'ComputeTaskAPI.resize_instance'Stephen Finucane2019-06-121-7/+5
* In Python3.7 async is a keyword [1]Corey Bryant2018-07-201-2/+2
* Merge "conf: Remove '[conductor] topic' opt"Zuul2018-03-131-1/+1
|\
| * conf: Remove '[conductor] topic' optStephen Finucane2018-03-121-1/+1
* | Change compute RPC to use alternates for resizeEd Leafe2018-01-221-2/+3
* | Make conductor pass and use host_listsEd Leafe2017-12-211-2/+3
* | Pass RequestSpec to ConductorTaskAPI.build_instancesMatt Riedemann2017-12-201-2/+3
|/
* Merge "Remove translation of log messages"Jenkins2017-08-101-8/+7
|\
| * Remove translation of log messagesNgo Quoc Cuong2017-07-181-8/+7
* | Merge "Support tag instances when boot(4/4)"Jenkins2017-07-181-2/+3
|\ \ | |/ |/|
| * Support tag instances when boot(4/4)Kevin_Zheng2017-07-171-2/+3
* | Default reservations=None in Cells v1 and conductor APIsmelanie witt2017-07-141-1/+1
|/
* Add schedule_and_build_instances conductor methodAndrey Volkov2016-12-141-0/+9
* Remove conductor local api:s and 'use_local' config optionHans Lindgren2016-10-181-100/+6
* Add async param to local conductor live_migrate_instanceAndrew Laski2016-07-191-4/+8
* Make live migration checks asyncTimofey Durakov2016-06-231-7/+13
* Cold migrate using the RequestSpec objectSylvain Bauza2016-05-171-4/+6
* Fix conductor to *really* pass the Spec objSylvain Bauza2016-02-241-1/+1
* Unshelve using the RequestSpec objectSylvain Bauza2016-02-181-4/+4
* Provide ReqSpec to live-migrate conductor taskSylvain Bauza2016-02-181-4/+6
* Merge "Get a ReqSpec in evacuate API and pass it to scheduler"Jenkins2016-02-101-4/+8
|\
| * Get a ReqSpec in evacuate API and pass it to schedulerSylvain Bauza2016-02-091-4/+8
* | Merge "Remove and deprecate conductor provider_fw_rule_get_all()"Jenkins2016-02-101-3/+0
|\ \
| * | Remove and deprecate conductor provider_fw_rule_get_all()Hans Lindgren2016-02-031-3/+0
| |/
* | Config options: centralize options in conductor apiSujitha2016-02-091-25/+2
|/
* Deprecate local conductor modeDan Smith2015-11-051-1/+6
* Remove and deprecate conductor object_backport()Hans Lindgren2015-09-091-1/+6
* Remove and deprecate conductor compute_node_create()Hans Lindgren2015-09-051-3/+0
* Merge "Implement manifest-based backports"Jenkins2015-09-031-0/+4
|\
| * Implement manifest-based backportsDan Smith2015-09-011-0/+4
* | Remove/deprecate conductor instance_update()Hans Lindgren2015-08-301-10/+0
|/
* Remove and deprecate unused conductor method vol_usage_update()Hans Lindgren2015-08-231-9/+0
* Revert "Make nova-network use conductor for security groups refresh"Hans Lindgren2015-08-191-4/+0
* Remove and deprecate conductor task_log methodsHans Lindgren2015-06-151-16/+0
* Cleanup conductor unused methodsHans Lindgren2015-05-061-50/+0
* Remove and deprecate unused conductor service callsHans Lindgren2015-04-131-36/+0
* Remove and deprecate conductor get_ec2_ids()Hans Lindgren2015-04-121-3/+0
* Remove vol_get_usage_by_time from conductor api/rpcapiMatt Riedemann2015-03-201-3/+0
* Merge "Remove unused conductor methods"Jenkins2015-03-201-20/+0
|\
| * Remove unused conductor methodsHans Lindgren2015-02-231-20/+0
* | Remove usage of db.service_get_by_argsNikola Dipanov2015-03-061-1/+1
|/
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2