[DOC] Install client package before verification

Change-Id: I18b5924b7381ebc31cbf98f83227c4abc3df024b
Closes-bug: #1748026
This commit is contained in:
Jeremy Liu 2018-02-08 11:11:23 +08:00
parent 48f50a0868
commit 70b6269ab2
1 changed files with 20 additions and 0 deletions

View File

@ -9,6 +9,26 @@ Verify operation of the Key Manager (barbican) service.
Perform these commands on the controller node.
#. Install python-barbicanclient package:
* For openSUSE and SUSE Linux Enterprise:
.. code-block:: console
$ zypper install python-barbicanclient
* For Red Hat Enterprise Linux and CentOS:
.. code-block:: console
$ yum install python-barbicanclient
* For Ubuntu:
.. code-block:: console
$ apt-get install python-barbicanclient
#. Source the ``admin`` credentials to be able to perform Barbican
API calls: