charm-barbican/src
Ryan Beisner db3fbbd19a Update tox.ini to stop using unverified package
As of pip 10.0, --allow-unverified is not permitted.

Use of the flag in this repo was previously used to force
installation of python-apt to accommodate certain unit tests.

The unverified package, python-apt, is no longer necessary
for test execution.

Related-Bug: #1760720


Change-Id: I9320820838085b34e3958eca262c5281157a3c93
(cherry picked from commit 95d76dffc5)
2018-04-23 18:09:31 +00:00
..
actions Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
lib Support http_proxy_to_wsgi for mitaka and above 2018-01-17 23:58:27 +09:00
reactive Refactor charm to work with declarative-changes 2016-09-29 14:23:30 +00:00
templates/mitaka Support http_proxy_to_wsgi for mitaka and above 2018-01-17 23:58:27 +09:00
tests Updates for stable branch 18.02 creation 2018-03-08 17:54:59 +01:00
HACKING.md Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
README.md Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
actions.yaml Add barbican-hsm-plugin interface support 2016-07-12 12:35:51 +00:00
config.yaml Keystone v2 and v3 manual and amulet/bundle testing 2016-08-09 16:49:09 +00:00
layer.yaml Ensure that venv is used 2017-11-16 14:32:51 +00:00
metadata.yaml Add Bionic and remove Zesty series and tests 2017-12-05 05:26:37 +00:00
test-requirements.txt Update requirements for git charmhelpers 2017-10-03 04:33:43 +00:00
tox.ini Update tox.ini to stop using unverified package 2018-04-23 18:09:31 +00:00

README.md

Overview

This charm provides the Barbican secret service for an OpenStack Cloud.

Usage

Barbican relies on services from the mysql/percona, rabbitmq-server and keystone charms:

juju deploy barbican
juju deploy keystone
juju deploy mysql
juju deploy rabbitmq-server
juju add-relation barbican rabbitmq-server
juju add-relation barbican mysql
juju add-relation barbican keystone

Optionally, but advisedly, Barbican should be deployed with an HSM subordinate charm.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.