From f5fef8ba321fe1a0fd974f634f72a0646baeffe7 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 9 Nov 2017 10:59:46 -0800 Subject: Add wait loops for stack delete/create completion Change-Id: If61d54b01e5f90dc75f3f8ec29914b7b506f3c51 Issue-ID: INT-278 Signed-off-by: Gary Wu --- test/ete/scripts/install_openstack_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ete/scripts/install_openstack_cli.sh') diff --git a/test/ete/scripts/install_openstack_cli.sh b/test/ete/scripts/install_openstack_cli.sh index ec5ad1f76..a6a0438f9 100755 --- a/test/ete/scripts/install_openstack_cli.sh +++ b/test/ete/scripts/install_openstack_cli.sh @@ -38,7 +38,7 @@ if [ -z "$ONAP_WORKDIR" ]; then fi echo "ONAP_WORKDIR=${ONAP_WORKDIR}" if [ ! -d ${ONAP_WORKDIR}/demo ]; then - git clone http://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo + git clone https://gerrit.onap.org/r/demo ${ONAP_WORKDIR}/demo else pushd ${ONAP_WORKDIR}/demo git pull -- cgit 1.2.3-korg