summaryrefslogtreecommitdiffstats
path: root/windriver/docker/build_image.sh
diff options
context:
space:
mode:
authorYun Huang <yun.huang@windriver.com>2018-07-04 13:44:53 +0800
committerYun Huang <yun.huang@windriver.com>2018-07-04 13:44:53 +0800
commit94907dac70ffea23c2db762ffeb88b98a0c74372 (patch)
tree0eb5bbe65ba7726e524e15f893424bf2658a045e /windriver/docker/build_image.sh
parentf79a9e0ac9a153559480456a42f2e6a10beeccf1 (diff)
Provide AAI_SERVICE_URL default value for TiCbeijing
In the MultiCloud HPA CSIT, the setup.sh script requires to control the value of AAI_SERVICE_URL in order to avoid the use of certificates. when AAI_SERVICE_URL not be set by CSIT, the system need to provide a default value. Change-Id: I78e2c26e97f1a20a03319ca9f7187cd6cf96d1c2 Issue-ID: MULTICLOUD-244 Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'windriver/docker/build_image.sh')
-rw-r--r--windriver/docker/build_image.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/windriver/docker/build_image.sh b/windriver/docker/build_image.sh
index 18a9dac9..0e4e57f3 100644
--- a/windriver/docker/build_image.sh
+++ b/windriver/docker/build_image.sh
@@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.1.2-SNAPSHOT"
-STAGING="1.1.2-STAGING"
+VERSION="1.1.3-SNAPSHOT"
+STAGING="1.1.3-STAGING"
PROJECT="multicloud"
IMAGE="openstack-windriver"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
@@ -31,4 +31,4 @@ function push_image {
}
build_image
-push_image \ No newline at end of file
+push_image