ensure all horizon needed clients are installed from git

horizon actually uses a lot of clients no adays, ensure these are
all coming from git.

Change-Id: Ib02b96de40aed800ff8adbb59f0268fceea7777d
This commit is contained in:
Sean Dague 2013-07-25 15:38:09 -04:00
parent d644e23c95
commit 75195b58cc

@ -666,12 +666,15 @@ install_keystoneclient
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
@ -739,7 +742,6 @@ if is_service_enabled ceilometer; then
fi
if is_service_enabled heat; then
install_heatclient
install_heat
cleanup_heat
configure_heat