summaryrefslogtreecommitdiff
path: root/ironic/tests/test_hash_ring.py
Commit message (Expand)AuthorAgeFilesLines
* Top level unit tests: Use autospec=True for mocksJohn L. Villalovos2015-03-301-1/+1
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* Improve hash ring value conversionDavid Shrewsbury2014-10-201-0/+17
* Move database fixture to a separate test caseVladyslav Drok2014-10-081-2/+0
* Make hash ring mapping be more consistentRobert Collins2014-10-021-27/+100
* Add HashRingManager to wrap hash ring singletonGregory Haynes2014-09-291-19/+19
* Remove unneeded context initialization in testsVladyslav Drok2014-09-251-2/+0
* Factor hash ring management out of the conductorRussell Haering2014-04-101-0/+45
* Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-2/+0
* Improve handling of invalid input in HashRing classDevananda van der Veen2014-01-301-0/+14
* Add config option for # of conductor replicasDevananda van der Veen2013-12-091-2/+2
* Implement consistent hashing common methodsDevananda van der Veen2013-11-271-0/+107