blob: 36672c15787f22d62d946a55f9846bdb9f953bf2 [file] [log] [blame]
from service import XOSService
from services.fabric.models import FabricService
class FabricService(XOSService):
provides = "tosca.nodes.FabricService"
xos_model = FabricService
copyin_props = ["view_url", "icon_url", "enabled", "published", "public_key", "versionNumber"]