Merge "ensure all horizon needed clients are installed from git"
diff --git a/stack.sh b/stack.sh
index 5d76bc2..4e23505 100755
--- a/stack.sh
+++ b/stack.sh
@@ -666,12 +666,15 @@
install_glanceclient
install_cinderclient
install_novaclient
-if is_service_enabled swift glance; then
+if is_service_enabled swift glance horizon; then
install_swiftclient
fi
-if is_service_enabled neutron nova; then
+if is_service_enabled neutron nova horizon; then
install_neutronclient
fi
+if is_service_enabled heat horizon; then
+ install_heatclient
+fi
git_clone $OPENSTACKCLIENT_REPO $OPENSTACKCLIENT_DIR $OPENSTACKCLIENT_BRANCH
setup_develop $OPENSTACKCLIENT_DIR
@@ -742,7 +745,6 @@
fi
if is_service_enabled heat; then
- install_heatclient
install_heat
cleanup_heat
configure_heat