From: Pawel Wieczorek
Date: Thu, 14 Nov 2019 14:53:52 +0000 (+0100)
Subject: docs: Ensure literalinclude directive rendering
X-Git-Tag: 5.0.2-ONAP~25
X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6e87f754c04c8c7b1c7ecc6ecc57eb51397bd6d4;p=oom.git
docs: Ensure literalinclude directive rendering
Literalinclude directive is not rendered as such unless separated from
the surrounding paragraphs by blank lines (like all paragraphs) [1].
[1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#literal-blocks
Issue-ID: OOM-1612
Change-Id: I51e7f8f2f99dfe157b24fe7c5ae4d62281d72e86
Signed-off-by: Pawel Wieczorek
---
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst
index 9478bcdc1a..6023565e0a 100644
--- a/docs/oom_quickstart_guide.rst
+++ b/docs/oom_quickstart_guide.rst
@@ -131,10 +131,12 @@ setting but for the demonstration VNFs the ip asssignment strategy assumes 10.0
Example Keystone v2.0
+
.. literalinclude:: example-integration-override.yaml
:language: yaml
Example Keystone v3 (required for Rocky and later releases)
+
.. literalinclude:: example-integration-override-v3.yaml
:language: yaml