From: Michal Dulko Date: Wed, 9 Sep 2015 15:20:18 +0000 (+0200) Subject: Add ConsistencyGroup object entries to linstack.py X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=074ef95c2afb873fb25b66aa31ac974dab63b7f2;p=openstack-build%2Fcinder-build.git Add ConsistencyGroup object entries to linstack.py 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 --- diff --git a/tools/lintstack.py b/tools/lintstack.py index f02c7a418..b181b08fc 100755 --- a/tools/lintstack.py +++ b/tools/lintstack.py @@ -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/"]