Merge "Remove the usage of MagnumObjectDictCompat from certificate"

This commit is contained in:
Jenkins 2016-12-28 04:43:58 +00:00 committed by Gerrit Code Review
commit 1d1096ce54
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ from magnum.objects import base
@base.MagnumObjectRegistry.register
class Certificate(base.MagnumPersistentObject, base.MagnumObject,
base.MagnumObjectDictCompat):
class Certificate(base.MagnumPersistentObject, base.MagnumObject):
# Version 1.0: Initial version
# Version 1.1: Rename bay_uuid to cluster_uuid
VERSION = '1.1'