Set a secret key in devstack

This adds a secret key for created signed URLs in devstack by default.

Change-Id: I3b7ac2bad2e83f595758387e94f36c973aab1459
This commit is contained in:
Thomas Herve 2015-08-19 14:53:14 +02:00
parent 6b02c01345
commit 69343f656b
1 changed files with 1 additions and 0 deletions

View File

@ -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