Andrea Campanella | 45536f7 | 2017-02-23 15:20:06 +0100 | [diff] [blame] | 1 | from service import XOSService |
2 | from services.vee.models import VEEService | ||||
3 | |||||
4 | class VEEService(XOSService): | ||||
5 | provides = "tosca.nodes.VEEService" | ||||
6 | xos_model = VEEService | ||||
7 | copyin_props = ["view_url", "icon_url", "enabled", "published", "public_key", "versionNumber"] | ||||
8 |