Scott Baker | c3ce3e7 | 2016-06-20 17:35:19 -0700 | [diff] [blame] | 1 | from services.vtn.models import VTNService |
Scott Baker | c3ce3e7 | 2016-06-20 17:35:19 -0700 | [diff] [blame] | 2 | from service import XOSService |
3 | |||||
4 | class XOSVTNService(XOSService): | ||||
5 | provides = "tosca.nodes.VTNService" | ||||
6 | xos_model = VTNService | ||||
Scott Baker | ff01668 | 2016-11-28 09:53:13 -0800 | [diff] [blame] | 7 | copyin_props = ["view_url", "icon_url", "enabled", "published", "public_key", "versionNumber", 'privateGatewayMac', 'localManagementIp', 'ovsdbPort', 'sshPort', 'sshUser', 'sshKeyFile', 'mgmtSubnetBits', 'xosEndpoint', 'xosUser', 'xosPassword', 'vtnAPIVersion', 'controllerPort'] |