Working version

This commit is contained in:
tengqm 2014-12-18 00:29:11 +08:00
parent 5f554416c5
commit b19c24dd8f

View File

@ -48,8 +48,8 @@ class ProfileBase(object):
self.name = name
self.type_name = type_name
self.permission = ''
self.uuid = str(uuid.uuid4())
self.spec = kwargs.get('spec')
self.tags = {}
@classmethod
def create_object(cls, name, type_name, **kwargs):