summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-06-04 02:57:23 +0000
committerGerrit Code Review <review@openstack.org>2020-06-04 02:57:23 +0000
commit3202b321b3c50ebfcbdb10bb3d87a7d300b6c5f5 (patch)
tree1451ac915f14e9c00db23f27d076e8d49a6cd90c /tools
parent816a7bca58c214d51619c86674c2934ab06e9ed5 (diff)
parentdc117d8dd829c64971baefdbaca835aa5c7fb7b7 (diff)
downloadtrove-3202b321b3c50ebfcbdb10bb3d87a7d300b6c5f5.tar.gz
Merge "Set status to ERROR if heartbeat expires"
Diffstat (limited to 'tools')
-rw-r--r--tools/trove-pylint.config12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/trove-pylint.config b/tools/trove-pylint.config
index 85571893..98251bfa 100644
--- a/tools/trove-pylint.config
+++ b/tools/trove-pylint.config
@@ -1241,6 +1241,12 @@
],
[
"trove/instance/models.py",
+ "E1101",
+ "Instance of 'InstanceServiceStatus' has no 'updated_at' member",
+ "InstanceServiceStatus.is_uptodate"
+ ],
+ [
+ "trove/instance/models.py",
"no-member",
"Class 'DBInstance' has no 'cluster_id' member",
"module_instance_count"
@@ -1324,6 +1330,12 @@
"DBInstance.key"
],
[
+ "trove/instance/models.py",
+ "no-member",
+ "Instance of 'InstanceServiceStatus' has no 'updated_at' member",
+ "InstanceServiceStatus.is_uptodate"
+ ],
+ [
"trove/instance/service.py",
"E1101",
"Instance of 'BuiltInstance' has no 'get_default_configuration_template' member",