From 61f433117d857f3d2b1b226afffe0a868cc396ea Mon Sep 17 00:00:00 2001
From: Eduardo Gonzalez <dabarren@gmail.com>
Date: Thu, 18 May 2017 10:37:17 +0100
Subject: [PATCH] Fix doc warning

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

Change-Id: Ib1de45b514834bd863c1adf38b5412cb065dddaa
---
 doc/quickstart.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 8137da2804..8e9344866b 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -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.