Update installation guide

We have already changed barbican default to keystone authentication [1], so
this guide isn't needed now. Also update `overview` section.

[1] https://github.com/openstack/barbican/blob/master/etc/barbican/barbican-api-paste.ini#L4

Change-Id: I96744a6dc48d66ab4caaa3f2d3e35b6ed18fa9e2
This commit is contained in:
Jeremy Liu 2017-06-22 20:56:52 +08:00
parent f79a2b2a0b
commit 798a3b3ee5
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.