From ccf5dc7749d3e145da2f46951639ffa323aaadcf Mon Sep 17 00:00:00 2001 From: Rodrigo Duarte Sousa Date: Tue, 13 Dec 2016 15:47:05 -0300 Subject: [PATCH] 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 --- devstack/lib/federation.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/devstack/lib/federation.sh b/devstack/lib/federation.sh index 9b450e9219..578220ed85 100644 --- a/devstack/lib/federation.sh +++ b/devstack/lib/federation.sh @@ -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