]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add ConsistencyGroup object entries to linstack.py
authorMichal Dulko <michal.dulko@intel.com>
Wed, 9 Sep 2015 15:20:18 +0000 (17:20 +0200)
committerMichal Dulko <michal.dulko@intel.com>
Wed, 9 Sep 2015 15:20:18 +0000 (17:20 +0200)
Change I3febb95bb2b3dd8f10da4f01ffa705e39cb20520 wasn't passing pylint
gate because of missing objects_ignore_messages entries in linstack.py.
This commits adds these entries.

Change-Id: I9e42a065d6584b445f2fed8995de32adbea7739b
Closes-Bug: 1493905

tools/lintstack.py

index f02c7a4187f6eb93597eca097c9cccd9a6100b11..b181b08fc7f9bfffc7e01f0357e2a767a0dc5be6 100755 (executable)
@@ -72,6 +72,8 @@ objects_ignore_messages = [
     "Module 'cinder.objects' has no 'Service' member",
     "Module 'cinder.objects' has no 'ServiceList' member",
     "Module 'cinder.objects' has no 'BackupImport' member",
+    "Module 'cinder.objects' has no 'ConsistencyGroup' member",
+    "Module 'cinder.objects' has no 'ConsistencyGroupList' member",
 ]
 objects_ignore_modules = ["cinder/objects/"]