aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete/scripts/install_openstack_cli.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-01-10 12:04:14 -0800
committerGary Wu <gary.i.wu@huawei.com>2018-01-10 20:24:29 +0000
commit6ed47a473114ccc9b2644293ac945490ebce65a9 (patch)
tree1939a1ea34ac56735ca9cc97544bf49181673e3f /test/ete/scripts/install_openstack_cli.sh
parent453ca898ef1d80af91767d7481bc3b1dbee03d41 (diff)
Use username/password in RC files to delete zones
Change-Id: Iea0dd80fa407e898f6e07b9131860c0c04bb5778 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit ab4e57206abec8d507f3ffa3a1d0bbb8aaf2ad5c)
Diffstat (limited to 'test/ete/scripts/install_openstack_cli.sh')
-rwxr-xr-xtest/ete/scripts/install_openstack_cli.sh2
1 files changed, 1 insertions, 1 deletions
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