X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fpython%2Frift%2Fmano%2Ftosca_translator%2Frwmano%2Ftosca%2Ftosca_scaling_group.py;h=e745988895dd2004b9b7e7ab9277d1eb1c45d4a7;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=7f427f34175c73535565a7db3ede918677b6f018;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/common/python/rift/mano/tosca_translator/rwmano/tosca/tosca_scaling_group.py b/common/python/rift/mano/tosca_translator/rwmano/tosca/tosca_scaling_group.py index 7f427f34..e7459888 100644 --- a/common/python/rift/mano/tosca_translator/rwmano/tosca/tosca_scaling_group.py +++ b/common/python/rift/mano/tosca_translator/rwmano/tosca/tosca_scaling_group.py @@ -99,7 +99,7 @@ class ToscaScalingGroup(ManoResource): conf = {} if _validate_action(value): conf['trigger'] = action - conf['ns-config-primitive-name-ref'] = value + conf['ns-service-primitive-name-ref'] = value self.properties['scaling-config-action'].append(conf) else: err_msg = _("{0}: Did not find the action {1} in "