zaqar/devstack
Thomas Herve 69343f656b Set a secret key in devstack
This adds a secret key for created signed URLs in devstack by default.

Change-Id: I3b7ac2bad2e83f595758387e94f36c973aab1459
2015-08-19 14:53:14 +02:00
..
gate Add configuration to run service using uwsgi 2015-08-05 08:51:44 +02:00
plugin.sh Set a secret key in devstack 2015-08-19 14:53:14 +02:00
README.rst Move devstack's Zaqar code into the codebase 2015-04-21 16:36:01 +02:00
settings Add configuration to run service using uwsgi 2015-08-05 08:51:44 +02:00

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin zaqar https://github.com/openstack/zaqar
  3. Run stack.sh