summaryrefslogtreecommitdiff
path: root/nova/servicegroup/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* Don't translate debug level logs in objectstore, pci, rdp, servicegroupGary Kotton2014-04-303-6/+6
* Fixed many typos.Alex Gaynor2014-04-251-1/+1
* Reduce config access in schedulerJohn Garbutt2014-04-031-1/+2
* Reduce logging in schedulerJohn Garbutt2014-04-031-3/+6
* Change initial delay for servicegroup api reportingMichael Wilson2014-03-192-2/+2
* Enable flake8 H404 checkingAlexander Bochkarev2014-02-272-4/+2
* Small edits on help stringsAndreas Jaeger2014-01-231-1/+1
* Nova-all: Replace basestring by six for python3 compatabilityguohliu2013-10-281-1/+2
* Remove `utils.total_seconds`Rick Harris2013-10-041-2/+1
* Make compute_api use Service and ComputeNode objectsDan Smith2013-08-291-0/+4
* maint: remove redundant default=None for config optionsPádraig Brady2013-08-091-1/+0
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-263-0/+3
* Remove locals() from various places.Eugene Nikanorov2013-07-172-2/+4
* Convert Nova to use Oslo service infrastructure.Brian Elliott2013-05-132-12/+4
* Fix zookeeper import and testsAndrew Laski2013-05-081-1/+1
* Import and convert to oslo loopingcall.Michael Still2013-04-163-5/+8
* Merge "Switch to using memorycache from oslo."Jenkins2013-03-021-2/+2
|\
| * Switch to using memorycache from oslo.Vishvananda Ishaya2013-03-011-2/+2
* | Fix IBM copyright stringsKurt Taylor2013-03-013-7/+3
|/
* Allow zk driver be imported without zookeeperMark McLoughlin2013-02-261-3/+6
* Fix incorrect zookeeper group nameMark McLoughlin2013-02-251-6/+6
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-193-3/+5
* Merge "Added a service heartbeat driver using Memcached."Jenkins2013-02-201-0/+108
|\
| * Added a service heartbeat driver using Memcached.Akira Yoshiyama2013-02-131-0/+108
* | Do not use abbreviated config group names (zookeeper)Joe Gordon2013-02-181-1/+1
|/
* Implement ZooKeeper driver for ServiceGroup API.Yun Mao2013-02-071-0/+157
* Make sure there are no unused importJoe Gordon2013-01-281-1/+0
* Use conductor in the servicegroup db driver.Russell Bryant2013-01-181-4/+14
* Remove some db calls from db servicegroup driver.Russell Bryant2013-01-181-10/+3
* Create a directory for servicegroup drivers.Russell Bryant2013-01-102-0/+101