Files
barbican/devstack
Juan Antonio Osorio Robles 8a220595e6 Add missing dogtag configurations from devstack plugin script
We were relying on the dogtag configuration from the default
barbican.conf file. However, we have now moved away from using that. So
these configurations were lost. This enables them again setting them up
in the devstack script, like we should have done initially.

Change-Id: I0b91fac237af567f3afe87b6010680a3382236cb
2017-04-27 13:47:36 +03:00
..
2017-04-04 13:36:42 -04:00
2017-02-28 20:49:05 +00:00

This directory contains the Barbican DevStack plugin.

To configure Barbican with DevStack, you will need to enable this plugin and the Barbican service by adding one line to the local section of your local.conf file.

To enable the plugin, add a line of the form:

enable_plugin barbican <GITURL> [GITREF]

where

<GITURL> is the URL of a Barbican repository
[GITREF] is an optional git ref (branch/ref/tag).  The default is master.

For example

enable_plugin barbican https://git.openstack.org/openstack/barbican stable/liberty

For more information, see the "Externally Hosted Plugins" section of http://docs.openstack.org/developer/devstack/plugins.html