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:
parent
52a5c3aa84
commit
f7cfa0c6e7
4
stack.sh
4
stack.sh
@ -631,7 +631,9 @@ install_infra
|
|||||||
install_oslo
|
install_oslo
|
||||||
|
|
||||||
# Install stackforge libraries for testing
|
# Install stackforge libraries for testing
|
||||||
install_stackforge
|
if is_service_enabled stackforge_libs; then
|
||||||
|
install_stackforge
|
||||||
|
fi
|
||||||
|
|
||||||
# Install clients libraries
|
# Install clients libraries
|
||||||
install_keystoneclient
|
install_keystoneclient
|
||||||
|
Loading…
Reference in New Issue
Block a user