commit | a1d6e29611aee26ae2eff13e2950a098013a1a02 | [log] [tgz] |
---|---|---|
author | Omar Abdelkader <omikader@gmail.com> | Wed Aug 30 10:46:28 2017 -0600 |
committer | Omar Abdelkader <omikader@gmail.com> | Tue Sep 05 13:12:48 2017 -0600 |
tree | 8e307067a6cc6a34e76c043cce7fd9cdb608e7a6 | |
parent | dc68880a534e2207afdf828366ae035b8997da7e [diff] [blame] |
epc-as-a-service functionality added Change-Id: I20b5dd073ef75c83a07c41c987b7ec05e4aa2f06
diff --git a/xos/tosca/resources/vsgwctenant.py b/xos/tosca/resources/vsgwctenant.py index 6b1d46c..d27028b 100644 --- a/xos/tosca/resources/vsgwctenant.py +++ b/xos/tosca/resources/vsgwctenant.py
@@ -6,7 +6,7 @@ provides = "tosca.nodes.VSGWCTenant" xos_model = VSGWCTenant name_field = "service_specific_id" - copyin_props = ("tenant_message",) + copyin_props = () def get_xos_args(self, throw_exception=True): args = super(XOSVSGWCTenant, self).get_xos_args()