From 829a502dfadc5dcdea75a0eda0b07cf15fe03dcd Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 13 Sep 2018 14:47:53 +0200 Subject: Update rally to conform with cinder micro API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was applied on ollivier containers to ensure rally can verify cinder [1]. [1] https://review.openstack.org/#/c/587314/ Change-Id: I579dca8e6c2c7b3d7f49bca7a6b0c14e18a8e907 Signed-off-by: Cédric Ollivier --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index e326f563f..c6bbd85c3 100644 --- a/build.sh +++ b/build.sh @@ -13,9 +13,7 @@ docker/features \ docker/components \ docker/vnf"} arm64_dirs=${arm64_dirs-${amd64_dirs}} -build_opts=(--pull=true --no-cache --force-rm=true \ - --build-arg OPENSTACK_TAG="${OPENSTACK_TAG:-master}" \ - --build-arg RALLY_OPENSTACK_TAG="${RALLY_OPENSTACK_TAG:-1.2.0}") +build_opts=(--pull=true --no-cache --force-rm=true) find . -name Dockerfile -exec sed -i \ -e "s|opnfv/functest-core|${repo}/functest-core:amd64-latest|g" {} + -- cgit 1.2.3-korg