commit | cbcd9431b31bceb95d948876595a124a593ea483 | [log] [tgz] |
---|---|---|
author | Omar Abdelkader <omikader@gmail.com> | Wed Aug 30 10:45:07 2017 -0600 |
committer | Omar Abdelkader <omikader@gmail.com> | Tue Sep 05 14:11:26 2017 -0600 |
tree | 5c0930301376e138da45f26fe94068185a662556 | |
parent | 868ba930c6c47f030a288097fdde575a20bc38d0 [diff] [blame] |
epc-as-a-service functionality added Change-Id: I4641f3dc885e3dd1c7a2950b9e7099b1aed42545
diff --git a/xos/tosca/resources/vpgwutenant.py b/xos/tosca/resources/vpgwutenant.py index 06cbd42..8aa3033 100644 --- a/xos/tosca/resources/vpgwutenant.py +++ b/xos/tosca/resources/vpgwutenant.py
@@ -6,7 +6,7 @@ provides = "tosca.nodes.VPGWUTenant" xos_model = VPGWUTenant name_field = None - copyin_props = ["s5s8_pgw_tag", "display_message", "image_name"] + copyin_props = () def get_xos_args(self, throw_exception=True): args = super(XOSVPGWUTenant, self).get_xos_args()