summaryrefslogtreecommitdiff
path: root/nova/servicegroup/drivers
Commit message (Expand)AuthorAgeFilesLines
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-2/+1
* trivial: Remove remaining '_LI' instancesStephen Finucane2020-05-182-6/+6
* trivial: Remove remaining '_LW' instancesStephen Finucane2020-05-182-6/+10
* trivial: Remove remaining '_LE' instancesStephen Finucane2020-05-181-3/+2
* Handle ServiceNotFound in DbDriver._report_stateMatt Riedemann2019-12-041-0/+11
* [Trivial fix]Remove unnecessary slashzhufl2019-05-061-2/+1
* Fix deprecation warning for threadgroup.add_timerMatt Riedemann2019-02-072-4/+6
* Fix service list for disabled compute using MC driverKevin_Zheng2018-08-141-1/+5
* iso8601.is8601.Utc No Longer ExistsSean McCully2017-08-291-1/+1
* Fix the display of updated_at time when using memcache driver.Tao Li2017-05-263-0/+24
* Don't use 'updated_at' to check service's statusChangBo Guo(gcb)2016-12-081-3/+1
* Add a hacking rule for string interpolation at loggingTakashi NATSUME2016-10-111-1/+1
* config options: centralize section "service"Tracy Jones2016-04-042-6/+4
* Replace deprecated LOG.warn with LOG.warningSwapnil Kulkarni (coolsvap)2016-03-152-2/+2
* Add service binary/host to service is down log for contextMatt Riedemann2016-02-261-3/+5
* servicegroup: remove the zookeeper driverMark McLoughlin2016-02-191-200/+0
* Switch to oslo.cache libDavanum Srinivas2016-02-021-6/+4
* Optimize "open" method with context managerxiexs2015-12-031-10/+10
* servicegroup: stop zombie service due to exceptionRoman Podoliaka2015-11-281-15/+14
* Handle DB failures in servicegroup DB driverBrian Elliott2015-11-111-3/+12
* Slightly better translation friendly formattingDavanum Srinivas2015-09-291-1/+1
* Merge "downgrade log messages for memcache server (dis)connect events"Jenkins2015-08-301-3/+6
|\
| * downgrade log messages for memcache server (dis)connect eventsSean Dague2015-05-071-3/+6
* | Merge "don't report service group connection events as errors in dbdriver"Jenkins2015-08-211-5/+10
|\ \ | |/
| * don't report service group connection events as errors in dbdriverSean Dague2015-05-071-5/+10
* | fix "down" nova-compute service spuriously marked as "up"Chris Friesen2015-06-101-1/+4
|/
* servicegroup: remove get_all method never used as publicSahid Orentino Ferdjaoui2015-05-074-35/+2
* Convert service and servicegroup to objectsHans Lindgren2015-04-132-25/+8
* Remove useless get_one() method in SG APIJay Pipes2015-03-111-15/+0
* Fix up join() and leave() methods of servicegroupJay Pipes2015-03-113-55/+30
* Merge "Pull singleton config check cruft out of SG API"Jenkins2015-03-042-3/+9
|\
| * Pull singleton config check cruft out of SG APIJay Pipes2015-02-122-3/+9
* | Use oslo.logDavanum Srinivas2015-02-223-3/+3
|/
* Warn about zookeeper service group driver usageMatt Riedemann2015-02-061-0/+6
* Merge "Fix conductor servicegroup joining when zk driver is used"Jenkins2015-02-061-6/+32
|\
| * Fix conductor servicegroup joining when zk driver is usedMichal Dulko2015-02-041-6/+32
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-063-6/+6
|/
* Merge "Fix conductor processes race trying to join servicegroup (zk driver)"Jenkins2015-01-291-9/+41
|\
| * Fix conductor processes race trying to join servicegroup (zk driver)Pawel Palucki2014-11-131-9/+41
* | Break base service group driver class out from APIJay Pipes2015-01-254-4/+53
* | remove pylint source code annotationsDaniel P. Berrange2015-01-082-2/+2
* | Indicate whether service is down for mc driverjichenjc2014-11-191-1/+5
* | maint:Don't translate debug level logsChangBo Guo(gcb)2014-10-302-12/+13
|/
* Replacement `_` on `_LE` in all LOG.errorMike Durnosvistov2014-10-213-5/+6
* Use oslo.utilsDavanum Srinivas2014-10-063-3/+3
* Merge "Fix service groups with zookeeper"Jenkins2014-09-121-1/+8
|\
| * Fix service groups with zookeeperPaul Green2014-09-041-1/+8
* | add log exception hints in some modulesshuangtai2014-08-083-9/+9
* | Use oslo.i18nDavanum Srinivas2014-07-183-3/+3
|/
* Enable flake8 F841 checkingAlexander Bochkarev2014-05-281-1/+0