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

This commit is contained in:
Jenkins 2013-07-27 15:57:35 +00:00 committed by Gerrit Code Review
commit bc84cdf487

@ -666,12 +666,15 @@ install_keystoneclient
install_glanceclient install_glanceclient
install_cinderclient install_cinderclient
install_novaclient install_novaclient
if is_service_enabled swift glance; then if is_service_enabled swift glance horizon; then
install_swiftclient install_swiftclient
fi fi
if is_service_enabled neutron nova; then if is_service_enabled neutron nova horizon; then
install_neutronclient install_neutronclient
fi fi
if is_service_enabled heat horizon; then
install_heatclient
fi
git_clone $OPENSTACKCLIENT_REPO $OPENSTACKCLIENT_DIR $OPENSTACKCLIENT_BRANCH git_clone $OPENSTACKCLIENT_REPO $OPENSTACKCLIENT_DIR $OPENSTACKCLIENT_BRANCH
setup_develop $OPENSTACKCLIENT_DIR setup_develop $OPENSTACKCLIENT_DIR
@ -742,7 +745,6 @@ if is_service_enabled ceilometer; then
fi fi
if is_service_enabled heat; then if is_service_enabled heat; then
install_heatclient
install_heat install_heat
cleanup_heat cleanup_heat
configure_heat configure_heat