From 6ed47a473114ccc9b2644293ac945490ebce65a9 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 10 Jan 2018 12:04:14 -0800 Subject: Use username/password in RC files to delete zones Change-Id: Iea0dd80fa407e898f6e07b9131860c0c04bb5778 Issue-ID: INT-278 Signed-off-by: Gary Wu (cherry picked from commit ab4e57206abec8d507f3ffa3a1d0bbb8aaf2ad5c) --- 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 a6a0438f9..c7af2d5f7 100755 --- a/test/ete/scripts/install_openstack_cli.sh +++ b/test/ete/scripts/install_openstack_cli.sh @@ -26,7 +26,7 @@ else source ${ONAP_VENV}/bin/activate pip install --upgrade pip - pip install --upgrade python-openstackclient python-heatclient + pip install --upgrade python-openstackclient python-heatclient python-designateclient echo "ONAP_VENV=${ONAP_VENV}" >> $WORKSPACE/env.properties fi -- cgit 1.2.3-korg