diff --git a/doc/source/install/get_started.rst b/doc/source/install/get_started.rst index 0d82e1435..9a48ba067 100644 --- a/doc/source/install/get_started.rst +++ b/doc/source/install/get_started.rst @@ -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. diff --git a/doc/source/install/next-steps.rst b/doc/source/install/next-steps.rst index 09534a411..6fb98f41f 100644 --- a/doc/source/install/next-steps.rst +++ b/doc/source/install/next-steps.rst @@ -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 .