| Scott Baker | 8e6647a | 2016-06-20 17:16:20 -0700 | [diff] [blame] | 1 | from services.volt.models import VOLTService |
| Scott Baker | 8e6647a | 2016-06-20 17:16:20 -0700 | [diff] [blame] | 2 | from service import XOSService |
| 3 | |||||
| 4 | class XOSVOLTService(XOSService): | ||||
| 5 | provides = "tosca.nodes.VOLTService" | ||||
| 6 | xos_model = VOLTService | ||||
| 7 | copyin_props = ["view_url", "icon_url", "kind", "enabled", "published", "public_key", "private_key_fn", "versionNumber"] | ||||