Merge "Add the full name of PBR in its first usage"

This commit is contained in:
Zuul 2017-11-09 10:36:52 +00:00 committed by Gerrit Code Review
commit ae524fea13

View File

@ -170,14 +170,15 @@ requirements it can be installed by:
.. WARNING:: .. WARNING::
Kolla uses PBR in its implementation. PBR provides version information Kolla uses `Python Build Reasonableness (PBR) <https://docs.openstack.org/pbr/latest/>`_
to Kolla about the package in use. This information is later used when in its implementation. ``PBR`` provides version information to Kolla about
building images to specify the Docker tag used in the image built. When the package in use. This information is later used when building images to
installing the Kolla package via pip, PBR will always use the PBR version specify the Docker tag used in the image built. When installing the Kolla
information. When obtaining a copy of the software via git, PBR will use package via pip, ``PBR`` will always use the ``PBR`` version information.
the git version information, but **ONLY** if Kolla has not been pip When obtaining a copy of the software via git, ``PBR`` will use the git
installed via the pip package manager. This is why there is an operator version information, but **ONLY** if Kolla has not been pip installed via
workflow and a developer workflow. the pip package manager. This is why there is an operator workflow and a
developer workflow.
The following dependencies can be installed by bootstraping the host machine The following dependencies can be installed by bootstraping the host machine
as described in the `Automatic host bootstrap`_ section. For manual as described in the `Automatic host bootstrap`_ section. For manual