diff options
author | Marco Platania <platania@research.att.com> | 2019-02-12 14:03:48 -0500 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-02-12 14:06:53 -0500 |
commit | 463ad19dc3da65feb8d452ea5254be9e77a2b285 (patch) | |
tree | 056a7806d85a549d8a5dac0a08549caaa26adb38 /heat/vFWDT/vPKG/base_vpkg.env | |
parent | 495979fc1b8b3fc63dbb524358270f601709cd10 (diff) |
Fix scripts download in vFWDT
Change-Id: I2ad26ee849254e8a9343e390c9a7e134b324b8cf
Issue-ID: INT-658
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vFWDT/vPKG/base_vpkg.env')
-rwxr-xr-x | heat/vFWDT/vPKG/base_vpkg.env | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/heat/vFWDT/vPKG/base_vpkg.env b/heat/vFWDT/vPKG/base_vpkg.env index 08b7a844..a9b13287 100755 --- a/heat/vFWDT/vPKG/base_vpkg.env +++ b/heat/vFWDT/vPKG/base_vpkg.env @@ -24,8 +24,7 @@ parameters: vf_module_id: vTrafficPNG demo_artifacts_version: 1.4.0-SNAPSHOT install_script_version: 1.4.0-SNAPSHOT - repo_url_blob: https://nexus.onap.org/content/sites/raw - repo_url_artifacts: https://nexus.onap.org/content/repositories/releases + nexus_artifact_repo: https://nexus.onap.org key_name: vfw_key pub_key: PUT YOUR PUBLIC KEY HERE cloud_env: PUT openstack OR rackspace HERE |