From b8bbd3264e3e9201b23a081c1d810f1b5da5a580 Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Wed, 12 Oct 2016 21:24:12 +0800 Subject: [PATCH] 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 --- install-guide/source/common_configure.rst | 2 +- install-guide/source/install-ubuntu.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-guide/source/common_configure.rst b/install-guide/source/common_configure.rst index cfaf8c44e..cdfca72d2 100644 --- a/install-guide/source/common_configure.rst +++ b/install-guide/source/common_configure.rst @@ -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:: diff --git a/install-guide/source/install-ubuntu.rst b/install-guide/source/install-ubuntu.rst index 144034d5d..df5f80a8f 100644 --- a/install-guide/source/install-ubuntu.rst +++ b/install-guide/source/install-ubuntu.rst @@ -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