Do not manually remove /etc/shibboleth folder

This leads to some bug where we can't rerun ./stack.sh.
The error displayed is:
  [ERROR] /home/stack/devstack/lib/keystone:599 keystone did not start

Change-Id: I452cf2a023195fa64bb39953d5a3c32acda035ce
This commit is contained in:
Rodrigo Duarte Sousa 2016-12-13 15:47:05 -03:00 committed by Rodrigo Duarte
parent b4aa883bcb
commit ccf5dc7749
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ function register_federation {
function uninstall_federation {
if is_ubuntu; then
uninstall_package libapache2-mod-shib2
sudo rm -rf /etc/shibboleth
else
echo "Skipping uninstallation of shibboleth for non ubuntu host"
fi