Remove barbican-tempest-plugin install from devstack plugin
The barbican-tempest-plugin should be installed through the gate configuration rather than when barbican devstack plugin is enabled. Removes some of the changes added in I376d58cad9a33dc90afdd0bf01e1e73bdd5a8b28 Co-Authored-By: Brianna Poulos <Brianna.Poulos@jhuapl.edu> Depends-On: Ibef3f9a135f14727bf57c29e766f838d7da56c68 Change-Id: I87bd021f08f381c5319ee7ffa08fb8026a22a16c
This commit is contained in:
parent
6752fa23b5
commit
1cda8e0e06
@ -3,11 +3,6 @@ function configure_barbican_tempest() {
|
||||
iniset $TEMPEST_CONFIG service_available barbican True
|
||||
}
|
||||
|
||||
function install_barbicantempest {
|
||||
git_clone_by_name "barbican-tempest-plugin"
|
||||
setup_dev_lib "barbican-tempest-plugin"
|
||||
}
|
||||
|
||||
# check for service enabled
|
||||
if is_service_enabled barbican; then
|
||||
if [[ "$1" == "source" || "`type -t install_barbican`" != 'function' ]]; then
|
||||
@ -19,9 +14,6 @@ if is_service_enabled barbican; then
|
||||
echo_summary "Installing Barbican"
|
||||
install_barbican
|
||||
install_barbicanclient
|
||||
if is_service_enabled tempest; then
|
||||
install_barbicantempest
|
||||
fi
|
||||
if is_service_enabled barbican-pykmip; then
|
||||
echo_summary "Installing PyKMIP"
|
||||
install_pykmip
|
||||
|
Loading…
Reference in New Issue
Block a user