summaryrefslogtreecommitdiff
path: root/ironic/common/hash_ring.py
Commit message (Expand)AuthorAgeFilesLines
* Use monotonic time for hashring resetKaifeng Wang2023-05-071-2/+2
* Fix a race condition in the hash ring codeDmitry Tantsur2020-09-281-14/+14
* Add an option to choose the hash ring algorithmDmitry Tantsur2020-07-221-1/+2
* Fixes a race condition in the hash ring codeDmitry Tantsur2018-10-051-3/+31
* Use conductor group for hash ring calculationsJim Rollenhagen2018-07-231-3/+13
* Remove support for creating and loading classic driversDmitry Tantsur2018-07-021-2/+1
* Add hardware types to the hash ringJim Rollenhagen2017-01-191-0/+1
* Move to tooz hash ring implementationJim Rollenhagen2017-01-191-111/+3
* Centralize config options - [DEFAULT]Ramamani Yeleswarapu2016-07-151-32/+1
* Use self.__class__.X instead of self.XJohn L. Villalovos2015-10-231-4/+4
* Move hash_ring refresh logic out of sync_local_stateZhenguo Niu2015-10-231-2/+10
* Enable translation for config option help messagesstephane2015-07-061-18/+18
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-3/+3
* Run tests in py34 environmentVictor Sergeyev2015-05-061-1/+4
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* Improve hash ring value conversionDavid Shrewsbury2014-10-201-4/+10
* Fix markup-related issues in documentationVladyslav Drok2014-10-091-1/+2
* Make hash ring mapping be more consistentRobert Collins2014-10-021-21/+58
* For convention rename the first classmethod parameter to clsLucas Alvares Gomes2014-09-301-3/+3
* Add HashRingManager to wrap hash ring singletonGregory Haynes2014-09-291-16/+22
* Remove gettextutils _ injectionVladyslav Drok2014-08-291-0/+1
* Implement API to get driver propertiesRuby Loo2014-07-231-1/+2
* Factor hash ring management out of the conductorRussell Haering2014-04-101-0/+35
* Mark hash_replicas as experimentalDevananda van der Veen2014-03-091-2/+3
* Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-2/+0
* Do not use CONF as a default parameter valueLucas Alvares Gomes2014-02-241-1/+4
* Improve handling of invalid input in HashRing classDevananda van der Veen2014-01-301-4/+15
* Improve method to get list of active conductorsDevananda van der Veen2013-12-171-2/+2
* Add config option for # of conductor replicasDevananda van der Veen2013-12-091-5/+17
* Replace removed xrange in Python3Haomeng, Wang2013-12-021-2/+2
* Implement consistent hashing common methodsDevananda van der Veen2013-11-271-0/+85