Files
07d612e4609367aa820d519a2ca7100b087bd25e
devstack /lib /stack

38 lines
1.3 KiB
Plaintext
Raw Normal View History

#
# lib/stack
#
# These functions are code snippets pulled out of ``stack.sh`` for easier
# as in the lower part of ``stack.sh``, namely a valid stackrc has been sourced
# as well as all of the ``lib/*`` files for the services have been sourced.
# For clarity, all functions declared here that came from ``stack.sh``
# shall be named with the prefix ``stack_``.
# ---------
function stack_install_service {
local service=1ドル
if type install_${service} >/dev/null 2>&1; then
# Install other OpenStack prereqs that might come from source repos
install_oslo
install_keystonemiddleware
install_${service}
fi
fi
}