Fix error in installation guide of Ubuntu.

Installation guide of Ubuntu has missed some configurations.
And should use 'db upgrade' command to sync database.

Closes-bug: #1632179
Change-Id: I4c8ce209c409a6fabf5d96fb5fe0de46596b785a
This commit is contained in:
Jeremy Liu 2016-10-12 21:24:12 +08:00
parent b62e182d1c
commit b8bbd3264e
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
.. code-block:: console
$ su -s /bin/sh -c "barbican-manage db_sync" barbican
$ su -s /bin/sh -c "barbican-manage db upgrade" barbican
.. note::

View File

@ -17,7 +17,7 @@ Install and configure components
# apt-get update
# apt-get install
# apt-get install barbican-api barbican-keystone-listener barbican-worker
.. include:: common_configure.rst