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:
parent
b62e182d1c
commit
b8bbd3264e
@ -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::
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user