summaryrefslogtreecommitdiff
path: root/nova/servicegroup/api.py
Commit message (Expand)AuthorAgeFilesLines
* trivial: Remove remaining '_LW' instancesStephen Finucane2020-05-181-6/+5
* Fix the display of updated_at time when using memcache driver.Tao Li2017-05-261-0/+4
* Config options: Centralize servicegroup optionsSujitha2016-05-041-11/+3
* servicegroup: remove the zookeeper driverMark McLoughlin2016-02-191-1/+0
* Merge "Use oslo.config choices kwarg with StrOpt for servicegroup_driver"Jenkins2015-11-161-9/+6
|\
| * Use oslo.config choices kwarg with StrOpt for servicegroup_driverMatt Riedemann2015-10-271-9/+6
* | Remove get_all method from servicegroup APISergey Nikitin2015-10-281-6/+0
|/
* Remove debug log message in SG API constructorJay Pipes2015-08-251-2/+0
* Service group drivers forced_down flag utilizationRoman Dobosz2015-07-311-0/+3
* Remove useless get_one() method in SG APIJay Pipes2015-03-111-7/+0
* Fix up join() and leave() methods of servicegroupJay Pipes2015-03-111-22/+6
* Merge "Pull singleton config check cruft out of SG API"Jenkins2015-03-041-32/+18
|\
| * Pull singleton config check cruft out of SG APIJay Pipes2015-02-121-32/+18
* | Use oslo.logDavanum Srinivas2015-02-221-1/+1
|/
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* Break base service group driver class out from APIJay Pipes2015-01-251-39/+0
* Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-201-9/+9
* maint:Don't translate debug level logsChangBo Guo(gcb)2014-10-301-7/+9
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Don't translate debug level logs in objectstore, pci, rdp, servicegroupGary Kotton2014-04-301-4/+4
* Fixed many typos.Alex Gaynor2014-04-251-1/+1
* Reduce logging in schedulerJohn Garbutt2014-04-031-3/+2
* Change initial delay for servicegroup api reportingMichael Wilson2014-03-191-0/+3
* stop throwing deprecation warnings on inittermie2014-02-211-1/+0
* Make sure report_interval is less than service_down_timeliyingjun2013-11-271-0/+20
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Remove locals() from various places.Eugene Nikanorov2013-07-171-2/+3
* Fix IBM copyright stringsKurt Taylor2013-03-011-2/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-4/+4
* Added a service heartbeat driver using Memcached.Akira Yoshiyama2013-02-131-3/+6
* Merge "Remove locking declarator in ServiceGroup __new__()"Jenkins2013-02-131-2/+0
|\
| * Remove locking declarator in ServiceGroup __new__()Yun Mao2013-02-111-2/+0
* | Implement ZooKeeper driver for ServiceGroup API.Yun Mao2013-02-071-1/+2
|/
* Fix hacking N302 import only modulesJoe Gordon2013-01-241-2/+2
* Use conductor in the servicegroup db driver.Russell Bryant2013-01-181-1/+11
* Create a directory for servicegroup drivers.Russell Bryant2013-01-101-1/+3
* fix N402 for rest of novaSean Dague2013-01-091-5/+5
* fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-1/+1
* Add pluggable ServiceGroup monitoring APIsYun Mao2012-11-261-0/+135