Fix doc warning

A missing empty line is causing the warning to no
be rst formated.

Change-Id: Ib1de45b514834bd863c1adf38b5412cb065dddaa
This commit is contained in:
Eduardo Gonzalez 2017-05-18 10:37:17 +01:00
parent b264647a2e
commit 61f433117d

View File

@ -148,6 +148,7 @@ requirements it can be installed by:
apt-get install ansible
.. 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
@ -505,6 +506,7 @@ View the images.
docker images
.. WARNING::
Mixing of OpenStack releases with Kolla releases (example, updating
kolla-build.conf to build Mitaka Keystone to be deployed with Newton Kolla) is
not recommended and will likely cause issues.