diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-03-19 16:31:13 -0500 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-24 15:10:35 +0000 |
commit | 3d0d6a9a7fc64e42c36c31ff7f371b562ec691f1 (patch) | |
tree | e6c5a4a480c28098370b34c237bfb6c85abb42fd /deployment/heat | |
parent | ba7629d1f122e64513203c3fad9139bb6e468712 (diff) |
misnaming of pap component
Issue-ID: POLICY-2296
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I3addd7de51fa2ca4b1e76e95a9f0e91d1e1ca3e9
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'deployment/heat')
-rw-r--r-- | deployment/heat/onap-rke/staging-image-override.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-rke/staging-image-override.yaml b/deployment/heat/onap-rke/staging-image-override.yaml index c895b91a6..f7aaa60c9 100644 --- a/deployment/heat/onap-rke/staging-image-override.yaml +++ b/deployment/heat/onap-rke/staging-image-override.yaml @@ -46,7 +46,7 @@ nbi: image: onap/externalapi/nbi:6.0.0 policy: image: onap/policy-pe:1.6-SNAPSHOT-latest - policy-pap: + pap: image: onap/policy-pap:2.2-SNAPSHOT-latest brmsgw: image: onap/policy-pe:1.6-SNAPSHOT-latest |