Merge "Have a default OPTIONAL_FIELDS for persistent OVOs" into stable/newton
This commit is contained in:
commit
ab95181121
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user