From 05bee1cbdc3b480b2c2781f792050f93d83ff958 Mon Sep 17 00:00:00 2001 From: DTadrzak Date: Wed, 24 Aug 2016 14:54:35 +0200 Subject: [PATCH] TrivialFix: remove unnecessary VERSION_COMPATIBILITY Change-Id: Ie782e35a075019e73fda5a0531eb6168c1016c2b Signed-off-by: DTadrzak --- cinder/objects/base.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cinder/objects/base.py b/cinder/objects/base.py index aa9e7aa8911..3c9c1eb5f8f 100644 --- a/cinder/objects/base.py +++ b/cinder/objects/base.py @@ -137,11 +137,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.