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
This commit is contained in:
Michal Dulko 2015-09-09 17:20:18 +02:00
parent de64f5ad71
commit 074ef95c2a

View File

@ -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/"]