Browse code

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

Sean Dague authored on 2013/10/26 02:26:17
Showing 1 changed files
... ...
@@ -631,7 +631,9 @@ install_infra
631 631
 install_oslo
632 632
 
633 633
 # Install stackforge libraries for testing
634
-install_stackforge
634
+if is_service_enabled stackforge_libs; then
635
+    install_stackforge
636
+fi
635 637
 
636 638
 # Install clients libraries
637 639
 install_keystoneclient