Merge "TrivialFix: remove unnecessary VERSION_COMPATIBILITY"

This commit is contained in:
Jenkins
2016-08-29 09:53:54 +00:00
committed by Gerrit Code Review

View File

@@ -139,11 +139,6 @@ class CinderObject(base.VersionedObject):
# from one another.
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):
"""Returns a dict of changed fields with tz unaware datetimes.