
Work with 389-ds-base-1.4.0.20. Following https://pagure.io/389-ds-base/c/4fd73c5 `dscreate fromfile` got renamed to `dscreate from-file`. Save dogtag server files for future debug. Removed pip install of dogtag-pki which installed old Dogtag client code. Temporarily skipping paging tests and making grenade non-voting. Change-Id: I4bbc3d39c8d4a3591374e5c4a733a987f001a896
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 https://docs.openstack.org/devstack/latest/plugins.html