diff options
author | Ruoyu <ruoyu.ying@intel.com> | 2018-11-28 05:30:34 +0000 |
---|---|---|
committer | Ruoyu <ruoyu.ying@intel.com> | 2018-11-28 06:23:22 +0000 |
commit | 27400840cf6b0f8cf749b50e249835a4949ad80d (patch) | |
tree | b157a5cebd13bcdcf26197f5cd52e5a556341109 /scripts/optf-has/has | |
parent | c933ab61debf85f97b3a344230d4ab1d298be676 (diff) |
Update OOF version for HAS
Update version to 1.2.5-SNAPSHOT-latest
Change-Id: Ieb19ae819b94c95f13cb30b873fb84b3907e7a10
Issue-ID: OPTFRA-401
Signed-off-by: Ruoyu <ruoyu.ying@intel.com>
Diffstat (limited to 'scripts/optf-has/has')
-rwxr-xr-x | scripts/optf-has/has/has_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/optf-has/has/has_script.sh b/scripts/optf-has/has/has_script.sh index e6558cb8..475f9301 100755 --- a/scripts/optf-has/has/has_script.sh +++ b/scripts/optf-has/has/has_script.sh @@ -31,7 +31,7 @@ cd ${DIR} COND_CONF=/tmp/conductor/properties/conductor.conf LOG_CONF=/tmp/conductor/properties/log.conf IMAGE_NAME=nexus3.onap.org:10001/onap/optf-has -IMAGE_VER=1.2.4-SNAPSHOT-latest +IMAGE_VER=1.2.5-SNAPSHOT-latest BUNDLE=/tmp/conductor/properties/AAF_RootCA.cer mkdir -p /tmp/conductor/properties |