commit | 10e37d237472c16249d871b7ca4bff7ec9888c2f | [log] [tgz] |
---|---|---|
author | Omar Abdelkader <omikader@gmail.com> | Wed Aug 30 10:41:29 2017 -0600 |
committer | Omar Abdelkader <omikader@gmail.com> | Tue Sep 05 14:14:08 2017 -0600 |
tree | b24195a801946ec829177c1f15ddfaa82166b6ac | |
parent | eef4b2dce23cb287c842733d5242e1a74d967341 [diff] [blame] |
epc-as-a-service functionality added Change-Id: I5666e03a92b309a16309f4cb832211cdd9e632b2
diff --git a/xos/tosca/resources/vmmtenant.py b/xos/tosca/resources/vmmtenant.py index f559fc7..1467edf 100644 --- a/xos/tosca/resources/vmmtenant.py +++ b/xos/tosca/resources/vmmtenant.py
@@ -5,7 +5,7 @@ class XOSVMMTenant(XOSResource): provides = "tosca.nodes.VMMTenant" xos_model = VMMTenant - copyin_props = ("tenant_message",) + copyin_props = () name_field = None def get_xos_args(self, throw_exception=True):