Browse code

Merge "ensure all horizon needed clients are installed from git"

Jenkins authored on 2013/07/28 00:57:35
Showing 1 changed files
... ...
@@ -666,12 +666,15 @@ install_keystoneclient
666 666
 install_glanceclient
667 667
 install_cinderclient
668 668
 install_novaclient
669
-if is_service_enabled swift glance; then
669
+if is_service_enabled swift glance horizon; then
670 670
     install_swiftclient
671 671
 fi
672
-if is_service_enabled neutron nova; then
672
+if is_service_enabled neutron nova horizon; then
673 673
     install_neutronclient
674 674
 fi
675
+if is_service_enabled heat horizon; then
676
+    install_heatclient
677
+fi
675 678
 
676 679
 git_clone $OPENSTACKCLIENT_REPO $OPENSTACKCLIENT_DIR $OPENSTACKCLIENT_BRANCH
677 680
 setup_develop $OPENSTACKCLIENT_DIR
... ...
@@ -742,7 +745,6 @@ if is_service_enabled ceilometer; then
742 742
 fi
743 743
 
744 744
 if is_service_enabled heat; then
745
-    install_heatclient
746 745
     install_heat
747 746
     cleanup_heat
748 747
     configure_heat