Generic Key Manager interface for OpenStack
Go to file
Kaitlin Farr 18fdab8ef5 Add logic to error out of key creation if order errors out
The Barbican back end contains a timeout loop during key creation
to return the key's UUID only if the Barbican order status is ACTIVE.
This loop waits for ACTIVE status, but it should also exit the loop if
an ERROR status is found.

Change-Id: I8282f3929dcdf68b438285eb0dde884b36ec6c3b
2016-01-13 10:56:25 -06:00
castellan Add logic to error out of key creation if order errors out 2016-01-13 10:56:25 -06:00
doc/source Add some documentation on enabling logging 2015-12-01 11:28:43 -06:00
etc/castellan refactoring castellan configuration 2015-08-12 12:03:36 -04:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:24:48 +00:00
.gitignore refactoring castellan configuration 2015-08-12 12:03:36 -04:00
.gitreview Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
.mailmap Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
.testr.conf Move unit tests to unit test folder 2015-07-22 14:29:06 -04:00
CONTRIBUTING.rst Add contributing documentation to Castellan 2015-10-22 15:47:18 -05:00
HACKING.rst Updating HACKING.rst 2015-02-27 16:28:13 -05:00
LICENSE Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
MANIFEST.in Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
README.rst Add documentation links and fixup README.rst 2015-11-02 16:51:55 +00:00
babel.cfg Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
openstack-common.conf Add openstack/common log and policy modules 2015-01-29 15:44:12 -05:00
requirements.txt Updated from global requirements 2015-12-15 18:53:58 +00:00
setup.cfg Remove py26 support from castellan 2015-12-16 14:54:55 +05:30
setup.py Updated from global requirements 2015-09-21 19:31:05 +00:00
test-requirements.txt Updated from global requirements 2015-11-19 15:54:44 +00:00
tox.ini Remove py26 support from castellan 2015-12-16 14:54:55 +05:30

README.rst

Castellan

Generic Key Manager interface for OpenStack.