summaryrefslogtreecommitdiff
path: root/nova/servicegroup
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-183-12/+15
* 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-264-0/+28
* 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 servicegroup optionsSujitha2016-05-041-11/+3
* 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-192-201/+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
* 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
* | Merge "Remove get_all method from servicegroup API"Jenkins2015-11-121-6/+0
|\ \
| * | Remove get_all method from servicegroup APISergey Nikitin2015-10-281-6/+0
| |/
* | 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
* | Remove debug log message in SG API constructorJay Pipes2015-08-251-2/+0
* | 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
* | Service group drivers forced_down flag utilizationRoman Dobosz2015-07-311-0/+3
* | 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-112-22/+0
* Fix up join() and leave() methods of servicegroupJay Pipes2015-03-114-77/+36
* Merge "Pull singleton config check cruft out of SG API"Jenkins2015-03-043-35/+27
|\
| * Pull singleton config check cruft out of SG APIJay Pipes2015-02-123-35/+27
* | Use oslo.logDavanum Srinivas2015-02-224-4/+4
|/
* 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-064-8/+8
|/
* 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-255-43/+53
* | remove pylint source code annotationsDaniel P. Berrange2015-01-082-2/+2
* | Merge "Indicate whether service is down for mc driver"Jenkins2014-12-051-1/+5
|\ \
| * | Indicate whether service is down for mc driverjichenjc2014-11-191-1/+5