Merge "Update installation guide"

This commit is contained in:
Jenkins 2017-06-30 18:08:33 +00:00 committed by Gerrit Code Review
commit d16d932b77
2 changed files with 4 additions and 13 deletions

View File

@ -49,17 +49,6 @@
Comment out or remove any other options in the
``[keystone_authtoken]`` section.
#. Edit the ``/etc/barbican/barbican-api-paste.ini`` file and complete the
following actions:
* In the ``[pipeline:barbican_api]`` section, configure the pipeline to
use the Identity Service auth token.
.. code-block:: ini
[pipeline:barbican_api]
pipeline = cors authtoken context apiapp
#. Populate the Key Manager service database:
The Key Manager service database will be automatically populated

View File

@ -2,9 +2,11 @@
Key Manager service overview
============================
The Key Manager service provides...
The Key Manager service provides secure storage, provisioning and management of
secrets, such as passwords, encryption keys, etc.
The Key Manager service consists of the following components:
``barbican-api`` service
Accepts and responds to end user compute API calls...
Provides an OpenStack-native RESTful API that supports provisioning and managing
Barbican secrets.