Christopher Solis 99397de06f Uses alembic migration when deploying devstack
Changes devstack to deploy the barbican database using the
alembic migrations instead of the auto-migrate feature. This allows
us to make sure any migrations do not break barbican-manage.

Closes-Bug: #1500629
Change-Id: Ia68698311c8e6ec84672701f38967d8d0016b784
2016-03-28 17:04:25 +00:00
..
2015-09-10 17:08:59 +09: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