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