Merge "Update two Barbican services to Docs"

This commit is contained in:
Zuul 2018-07-25 00:45:00 +00:00 committed by Gerrit Code Review
commit c0e75333d5
2 changed files with 11 additions and 3 deletions

View File

@ -10,3 +10,13 @@ The Key Manager service consists of the following components:
``barbican-api`` service
Provides an OpenStack-native RESTful API that supports provisioning and managing
Barbican secrets.
``barbican-worker`` service
Provides an Openstack RPC interface that interacts with ''barican-api''
and reads from the barbican message queue. Supports the fulfillment of
Barbican orders.
``barbican-keystone-listener`` service
Listens to messages from the Keystone notification service.
Used to manage the representation of Keystone projects in the Barbican
database when projects are deleted.

View File

@ -5,6 +5,4 @@ Next steps
Your OpenStack environment now includes the barbican service.
To add additional services, see
docs.openstack.org/install-guide .
To add additional services, see https://docs.openstack.org/install-guide .