commit | 187b1da0c2fa9ef9be4679d9e9965b1161b9e10f | [log] [tgz] |
---|---|---|
author | Omar Abdelkader <omikader@gmail.com> | Wed Aug 30 10:48:38 2017 -0600 |
committer | Omar Abdelkader <omikader@gmail.com> | Tue Sep 05 13:16:38 2017 -0600 |
tree | fa4e1354fef9a29ec7c3b000b69d32ad4b48582c | |
parent | 04226c49d78132465126650cde28d949e1e79188 [diff] [blame] |
epc-as-a-service functionality added Change-Id: I4cb79a3305ead02391f9c31faa0225d549618b78
diff --git a/xos/tosca/resources/vsgwutenant.py b/xos/tosca/resources/vsgwutenant.py index c44459a..6cad6d5 100644 --- a/xos/tosca/resources/vsgwutenant.py +++ b/xos/tosca/resources/vsgwutenant.py
@@ -6,7 +6,7 @@ provides = "tosca.nodes.VSGWUTenant" xos_model = VSGWUTenant name_field = "service_specific_id" - copyin_props = ("tenant_message",) + copyin_props = () def get_xos_args(self, throw_exception=True): args = super(XOSVSGWUTenant, self).get_xos_args()