Added python-heatclient to be installed in ubuntu pod
By default, the openstack client does not have the
Heat extension, so cannot openrate the stacks.
To fix this, need to install python-heatclient.
Related-PROD: PROD-36128
Change-Id: I5673694f8262881dd31840ac6c7bfcbd5bc84bdc
diff --git a/k8s/init-ubuntu.sh b/k8s/init-ubuntu.sh
index a27fd2d..8d440f7 100644
--- a/k8s/init-ubuntu.sh
+++ b/k8s/init-ubuntu.sh
@@ -3,7 +3,7 @@
# Installing prerequisites
apt -y update
apt -y install python3-pip vim git iperf3 mtr htop iputils-ping traceroute tcpdump wget iproute2 curl
-pip3 install python-openstackclient python-neutronclient pyghmi
+pip3 install python-openstackclient python-neutronclient python-heatclient pyghmi
mkdir /artifacts/cmp-check && cd /artifacts/cmp-check
cp /artifacts/res-files/scripts/prepare.sh ./