Merge "Have a default OPTIONAL_FIELDS for persistent OVOs" into stable/newton

This commit is contained in:
Jenkins 2016-09-28 22:02:32 +00:00 committed by Gerrit Code Review
commit ab95181121
1 changed files with 2 additions and 0 deletions

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