blob: 55fc17c79ab7fcdcf648140807a8b80503196478 [file] [log] [blame]
from services.vmm.models import VMMService
from service import XOSService
class XOSVMMService(XOSService):
provides = "tosca.nodes.VMMService"
xos_model = VMMService
copyin_props = ["view_url", "icon_url", "enabled", "published", "public_key", "private_key_fn", "versionNumber"]