From 69343f656b717ebe9b7325182aff6ed40568890b Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Wed, 19 Aug 2015 14:53:14 +0200 Subject: [PATCH] Set a secret key in devstack This adds a secret key for created signed URLs in devstack by default. Change-Id: I3b7ac2bad2e83f595758387e94f36c973aab1459 --- devstack/plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 1020356c9..034a9702d 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -121,6 +121,7 @@ function configure_zaqar { iniset $ZAQAR_CONF DEFAULT admin_mode True iniset $ZAQAR_CONF DEFAULT use_syslog $SYSLOG iniset $ZAQAR_CONF DEFAULT auth_strategy keystone + iniset $ZAQAR_CONF signed_url secret_key notreallysecret iniset $ZAQAR_CONF storage message_pipeline zaqar.notification.notifier