diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-28 15:00:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-28 15:00:14 +0000 |
commit | 558fabbcf916392fdb46b7a264b7fd19442db0fb (patch) | |
tree | 654149a727c31c9b7e92e69fb8b9e04598bfb1f9 /scripts/optf-has/has | |
parent | 5d8a8dfbea72e0e9d8a600098ff0b1c1126e1c3f (diff) | |
parent | 27400840cf6b0f8cf749b50e249835a4949ad80d (diff) |
Merge "Update OOF version for HAS"
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 |