b8bbd3264e
Installation guide of Ubuntu has missed some configurations. And should use 'db upgrade' command to sync database. Closes-bug: #1632179 Change-Id: I4c8ce209c409a6fabf5d96fb5fe0de46596b785a
32 lines
638 B
ReStructuredText
32 lines
638 B
ReStructuredText
.. _install-ubuntu:
|
|
|
|
Install and configure for Ubuntu
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
This section describes how to install and configure the Key Manager
|
|
service for Ubuntu 14.04 (LTS).
|
|
|
|
.. include:: common_prerequisites.rst
|
|
|
|
Install and configure components
|
|
--------------------------------
|
|
|
|
#. Install the packages:
|
|
|
|
.. code-block:: console
|
|
|
|
# apt-get update
|
|
|
|
# apt-get install barbican-api barbican-keystone-listener barbican-worker
|
|
|
|
.. include:: common_configure.rst
|
|
|
|
Finalize installation
|
|
---------------------
|
|
|
|
Restart the Key Manager services:
|
|
|
|
.. code-block:: console
|
|
|
|
# service openstack-barbican-api restart
|