Lingxian Kong adf96a06e9 Enable vault devstack functional test by default
Update the vault to latest release(0.10.3).

I can volunteer to be the vault plugin maintainer.
my IRC name: lxkong
my email address: anlin.kong@gmail.com

Change-Id: Iff05d55545da258c40bf101279510d37b6996d45
2018-07-24 10:51:51 +12:00
..
2017-02-28 20:49:05 +00:00
2018-05-22 23:32:22 -07: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 https://docs.openstack.org/devstack/latest/plugins.html