Update two Barbican services to Docs

Currently, there is a lack of service information. "barbican-worker"
and "barbican-keystone-listener" should be updated to "Key Manager
service overview".

Change-Id: I1d11c358fa6693a4d9e996215db6a61e2dc9484d
This commit is contained in:
Nam Nguyen Hoai 2018-06-19 14:53:15 +07:00 committed by Nguyen Hoai Nam
parent 5dea5cec13
commit 755fee7f0c
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 .