blob: 37cc03f95b6de2fb16d3900be21eadedb1f2cc18 [file] [log] [blame]
Pingping Lind07e26c2016-09-06 23:06:01 +00001import os
2import pdb
3import sys
4import tempfile
5sys.path.append("/opt/tosca")
6from translator.toscalib.tosca_template import ToscaTemplate
7import pdb
8
9from services.vpgwc.models import MCORDService
10
11from service import XOSService
12
13class XOSMCORDService(XOSService):
14 provides = "tosca.nodes.MCORDService"
15 xos_model = MCORDService
16 copyin_props = ["view_url", "icon_url", "enabled", "published", "public_key",
17 "private_key_fn", "versionNumber",
18 ]
19