commit | 676b9aa8e45d403b051324e6b86035656cf2e04f | [log] [tgz] |
---|---|---|
author | Omar Abdelkader <omikader@gmail.com> | Wed Aug 30 10:40:49 2017 -0600 |
committer | Omar Abdelkader <omikader@gmail.com> | Tue Sep 05 14:22:16 2017 -0600 |
tree | 9dfd0c2a7e26f95d6fd4984bf4aa9b24f25191f5 | |
parent | e4080aed4ebd5d412ba1a5f442f5692f8b05269e [diff] [blame] |
epc-as-a-service functionality added Change-Id: Ia1da1cb2c82eaf77cf87e9e80f3f1a93c433cbe5
diff --git a/xos/tosca/resources/vhsstenant.py b/xos/tosca/resources/vhsstenant.py index aa027a1..3ffc83f 100644 --- a/xos/tosca/resources/vhsstenant.py +++ b/xos/tosca/resources/vhsstenant.py
@@ -6,7 +6,7 @@ provides = "tosca.nodes.VHSSTenant" xos_model = VHSSTenant name_field = "service_specific_id" - copyin_props = ("tenant_message",) + copyin_props = () def get_xos_args(self, throw_exception=True): args = super(XOSVHSSTenant, self).get_xos_args()