Use keystoneauth middleware from swift.
- We have moved swift to keystone middleware to swift use it.
- Should be referenced now as keystoneauth.
- Make swift-init silently pass in unstack even when swift was not yet
installed.
Change-Id: Ibf9443608b7aa81be5f48f555e95ff5f4c8065bd
diff --git a/unstack.sh b/unstack.sh
index 64de915..17752a8 100755
--- a/unstack.sh
+++ b/unstack.sh
@@ -37,7 +37,7 @@
# Swift runs daemons
if is_service_enabled swift; then
- swift-init all stop
+ swift-init all stop 2>/dev/null || true
fi
# Apache has the WSGI processes