Merge "Have a default OPTIONAL_FIELDS for persistent OVOs"

This commit is contained in:
Jenkins 2016-09-21 17:40:40 +00:00 committed by Gerrit Code Review
commit ba42ed57d6

View File

@ -223,6 +223,8 @@ class CinderPersistentObject(object):
This adds the fields that we use in common for all persistent objects.
"""
OPTIONAL_FIELDS = []
Not = db.Not
Case = db.Case