Merge "TrivialFix: remove unnecessary VERSION_COMPATIBILITY"
This commit is contained in:
@@ -139,11 +139,6 @@ class CinderObject(base.VersionedObject):
|
|||||||
# from one another.
|
# from one another.
|
||||||
OBJ_PROJECT_NAMESPACE = 'cinder'
|
OBJ_PROJECT_NAMESPACE = 'cinder'
|
||||||
|
|
||||||
# NOTE(thangp): As more objects are added to cinder, each object should
|
|
||||||
# have a custom map of version compatibility. This just anchors the base
|
|
||||||
# version compatibility.
|
|
||||||
VERSION_COMPATIBILITY = {'7.0.0': '1.0'}
|
|
||||||
|
|
||||||
def cinder_obj_get_changes(self):
|
def cinder_obj_get_changes(self):
|
||||||
"""Returns a dict of changed fields with tz unaware datetimes.
|
"""Returns a dict of changed fields with tz unaware datetimes.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user