From 9ff89025c9b01ba79cc66507e33460d7971a9dae Mon Sep 17 00:00:00 2001 From: chenxing Date: Thu, 2 Nov 2017 16:56:34 +0800 Subject: [PATCH] Add the full name of PBR in its first usage This warning message mentions PBR, but this is the first instance of this acronym in the documentation. Use the full name can be made clear what PBR stands for in its first usage. Change-Id: I46c7db79eb330e7f58d71afd6c749dd27e2c0f80 Closes-Bug: 1729476 --- doc/source/user/quickstart.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst index d5f51f4d9c..949be4aaf5 100644 --- a/doc/source/user/quickstart.rst +++ b/doc/source/user/quickstart.rst @@ -170,14 +170,15 @@ requirements it can be installed by: .. WARNING:: - Kolla uses PBR in its implementation. PBR provides version information - to Kolla about the package in use. This information is later used when - building images to specify the Docker tag used in the image built. When - installing the Kolla package via pip, PBR will always use the PBR version - information. When obtaining a copy of the software via git, PBR will use - the git version information, but **ONLY** if Kolla has not been pip - installed via the pip package manager. This is why there is an operator - workflow and a developer workflow. + Kolla uses `Python Build Reasonableness (PBR) `_ + in its implementation. ``PBR`` provides version information to Kolla about + the package in use. This information is later used when building images to + specify the Docker tag used in the image built. When installing the Kolla + package via pip, ``PBR`` will always use the ``PBR`` version information. + When obtaining a copy of the software via git, ``PBR`` will use the git + version information, but **ONLY** if Kolla has not been pip installed via + 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 as described in the `Automatic host bootstrap`_ section. For manual