put the stackforge library installation behind a conditional

we don't actually want to drag in stackforge libraries all the
time, instead ensure that we have enabled stackforge_libs before
doing it.

Change-Id: Ic1c2e3d19e106a2aa0db9725d16a8b207546c23d
This commit is contained in:
Sean Dague 2013-10-25 13:26:17 -04:00
parent 52a5c3aa84
commit f7cfa0c6e7

View File

@ -631,7 +631,9 @@ install_infra
install_oslo
# Install stackforge libraries for testing
install_stackforge
if is_service_enabled stackforge_libs; then
install_stackforge
fi
# Install clients libraries
install_keystoneclient