From deaaf9b12c180a996863344515d4c8cc09dac19a Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Wed, 26 Jun 2019 01:50:15 -0400 Subject: Clean up vCPE script Signed-off-by: Yang Xu Issue-ID: INT-847 Change-Id: I1158442cd73c6e0d943e9cc111cb12dae1381d36 --- test/vcpe/bin/setup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/vcpe/bin') diff --git a/test/vcpe/bin/setup.sh b/test/vcpe/bin/setup.sh index a52e0222e..100190f05 100755 --- a/test/vcpe/bin/setup.sh +++ b/test/vcpe/bin/setup.sh @@ -16,5 +16,6 @@ pip install mysql-connector-python pip install progressbar2 pip install python-novaclient pip install python-openstackclient +pip install python-heatclient pip install netaddr pip install kubernetes -- cgit 1.2.3-korg