commit | 17f6eec242acff9d71e53fce80db6d8837215306 | [log] [tgz] |
---|---|---|
author | Omar Abdelkader <omikader@gmail.com> | Wed Aug 30 10:39:42 2017 -0600 |
committer | Omar Abdelkader <omikader@gmail.com> | Tue Sep 05 14:23:14 2017 -0600 |
tree | 1ad50af316ba008f39d45804c7df4241043749f6 | |
parent | 9bd2c8df2fc4a3b0a7db62a9e21ffed125f60eab [diff] [blame] |
epc-as-a-service functionality added Change-Id: Idf09aa925eb43f898e6c645ba3ef136ca5e94f11
diff --git a/xos/tosca/resources/vbbutenant.py b/xos/tosca/resources/vbbutenant.py index d8cf10d..06fd852 100644 --- a/xos/tosca/resources/vbbutenant.py +++ b/xos/tosca/resources/vbbutenant.py
@@ -5,7 +5,7 @@ class XOSVBBUTenant(XOSResource): provides = "tosca.nodes.VBBUTenant" xos_model = VBBUTenant - copyin_props = ("tenant_message",) + copyin_props = () name_field = None def get_xos_args(self, throw_exception=True):