summaryrefslogtreecommitdiff
path: root/nova/cells
Commit message (Expand)AuthorAgeFilesLines
* Add instance action record for snapshot instancesKevin_Zheng2017-12-111-0/+5
* Add instance action record for backup instancesKevin_Zheng2017-12-081-0/+6
* Cleanup build_request_specMatt Riedemann2017-11-101-2/+1
* Merge "Handle uuids in os-hypervisors API"Jenkins2017-07-201-3/+3
|\
| * Handle uuids in os-hypervisors APIMatt Riedemann2017-07-181-3/+3
* | Merge "Use uuid for id in os-services API"Jenkins2017-07-201-0/+14
|\ \ | |/
| * Use uuid for id in os-services APIDan Peschman2017-07-181-0/+14
* | conf: remove *_topic config optsStephen Finucane2017-07-171-1/+2
|/
* Default reservations=None in Cells v1 and conductor APIsmelanie witt2017-07-141-3/+3
* Handle uuid in HostAPI.compute_node_getMatt Riedemann2017-06-193-6/+19
* Remove cells topic configuration optionMike Perez2017-06-072-1/+4
* Replace messaging.get_transport with get_rpc_transportMatt Riedemann2017-06-051-1/+2
* Use six.text_type() when logging Instance objectmelanie witt2017-05-031-1/+3
* Merge "remove log translation tags from nova.cells"Jenkins2017-04-217-48/+41
|\
| * remove log translation tags from nova.cellsSean Dague2017-04-107-48/+41
* | remove unused parameter in rpc callChris Friesen2017-04-171-2/+1
|/
* Remove old oslo.messaging transport aliasesChangBo Guo(gcb)2017-03-171-2/+1
* Add RPC version aliases for OcataEric Brown2017-02-271-2/+3
* Remove straggling use of main db flavors in cellsv1 codeDan Smith2017-02-101-4/+4
* Merge "[2/3]Replace six.iteritems() with .items()"Jenkins2017-01-213-5/+5
|\
| * [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-093-5/+5
* | Integrate OSProfiler and NovaDina Belova2017-01-181-0/+2
|/
* [TrivialFix] Fix comment typo errorjeckxie2016-12-221-1/+1
* Fix error if free_disk_gb is None in CellStateManagerint32bit2016-12-191-4/+2
* Merge "Add RPC version aliases for Newton"Jenkins2016-11-281-1/+2
|\
| * Add RPC version aliases for NewtonDan Smith2016-10-281-1/+2
* | conf: remove deprecated cells driver optionMaciej Szankin2016-11-171-4/+2
* | compute: fixes python 3 related unit testsClaudiu Belu2016-10-181-1/+3
|/
* Fix migration list + MigrationList operationAndrew Laski2016-08-151-2/+4
* Fixed typos in nova, nova/api, nova/cells directoryAlex Szarka2016-08-011-1/+1
* Refactor block_device_mapping handling during bootAndrew Laski2016-07-051-0/+4
* policy: clean-upClaudiu Belu2016-06-301-4/+1
* Improve the help text for cells options (7)Esra Celik2016-06-091-4/+0
* Cold migrate using the RequestSpec objectSylvain Bauza2016-05-171-1/+6
* Create Instances with keypairsDan Smith2016-05-111-0/+3
* Unavailable hosts have no resources for useJesse J. Cook2016-04-181-4/+4
* Remove DictCompat from ComputeNodeRyan Rossiter2016-03-301-4/+4
* Set RPC version aliases for MitakaDan Smith2016-03-161-3/+5
* Avoid lazy-loads of ec2_ids on InstanceDan Smith2016-03-151-0/+3
* Create BuildRequest object during boot processAndrew Laski2016-03-021-0/+3
* Fix Cells RPC API by accepting a RequestSpec argSylvain Bauza2016-02-291-2/+12
* Merge "Fix cell capacity when compute nodes are down"Jenkins2016-02-221-0/+11
|\
| * Fix cell capacity when compute nodes are downBelmiro Moreira2016-02-181-0/+11
* | Merge "Config options: centralize section "cells""Jenkins2016-02-1011-205/+25
|\ \
| * | Config options: centralize section "cells"Esra Celik2016-01-2711-205/+25
* | | Fixes cells py3 unit testsClaudiu Belu2016-02-091-2/+2
|/ /
* | Use of six.PY3 should be forward compatibleEric Brown2016-01-171-3/+3
|/
* Remove unused logging import and LOG global varZhihai Song2015-12-252-8/+0
* Merge "Remove redundant variable 'context'"Jenkins2015-12-181-2/+1
|\
| * Remove redundant variable 'context'Wei Jiangang2015-09-171-2/+1