From: Dominik Fleischmann Date: Wed, 1 Jul 2020 14:53:02 +0000 (+0200) Subject: Update VNFD Check to new IM change X-Git-Tag: v8.0.0rc2~6 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F9257%2F2;hp=1a3a4c95298f6f77e2b60a9f66a8cb43a0823d8f;p=osm%2FLCM.git Update VNFD Check to new IM change After a discussion with the TSC the value that stated if a proxy charm is deployed on k8s has changed. Change-Id: I03b1a99b7fdd0f368ac43a194c78f38b1bd56b15 Signed-off-by: Dominik Fleischmann --- diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index 3951ae5..f7c06b0 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -1370,7 +1370,7 @@ class NsLcm(LcmBase): if deep_get(config_descriptor, ('juju', 'proxy')) is False: is_proxy_charm = False - if deep_get(config_descriptor, ('juju', 'k8s')) is True and is_proxy_charm: + if deep_get(config_descriptor, ('juju', 'cloud')) == 'k8s' and is_proxy_charm: is_k8s_proxy_charm = True if not is_k8s_proxy_charm: