| commit | 63992bcb581b871fabd7181d208ec267e5f5d8d8 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Wed Apr 24 16:32:27 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Wed Apr 24 16:32:27 2013 +0000 |
| tree | 4d0f604ff993ac2b864edbc04ccb1db3c2c74a02 | |
| parent | 28205fed79233f05aa069c3fef5a7179c367af5e [diff] | |
| parent | aa8242970dc46da60d95ecbd3e8ee207409ff82f [diff] |
Merge "Add a generic post-prereq phase"
diff --git a/stack.sh b/stack.sh index 891da81..1ac5c8b 100755 --- a/stack.sh +++ b/stack.sh
@@ -538,6 +538,12 @@ install_rpc_backend +# a place for distro-specific post-prereq workarounds +if [[ -f $TOP_DIR/tools/${DISTRO}/post-prereq.sh ]]; then + echo_summary "Running ${DISTRO} extra prereq tasks" + source $TOP_DIR/tools/${DISTRO}/post-prereq.sh +fi + if is_service_enabled $DATABASE_BACKENDS; then install_database fi