Correct some information in docs

Change-Id: I27815fe075aa7cae49d24d57e9e48c091376a213
This commit is contained in:
Lingxian Kong 2020-06-24 13:14:36 +12:00
parent 0520181a33
commit f8ca333b43
1 changed files with 13 additions and 4 deletions

View File

@ -14,13 +14,22 @@ Install and configure components
#. Install the packages: #. Install the packages:
.. warning::
Please be aware that the trove debian packages for Ubuntu are not
usually up to date, especially when there are bugfixes for stable
branch, the debian packages are not guaranteed to contain those changes.
The recommended way to install OpenStack services is either using docker
image with source code or installing source code inside a Python
virutual environment.
The commands to install Trove compoments:
.. code-block:: console .. code-block:: console
# apt-get update # apt-get update
# apt-get install python-trove trove-common trove-api trove-taskmanager trove-conductor
# apt-get install python-trove python-troveclient \ # pip3 install python-troveclient
python-glanceclient trove-common trove-api trove-taskmanager \
trove-conductor
.. include:: common_configure.txt .. include:: common_configure.txt