Juan Antonio Osorio Robles 02a72f9df0 Move dogtag plugin dependencies to one yum call
This should save a bit of time setting up that job.

Change-Id: I89ab3638734e34110988c297d05edd08ce4e8346
2017-01-31 19:17:01 +02: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