diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-11-14 15:53:52 +0100 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2019-11-15 12:32:05 +0100 |
commit | 6e87f754c04c8c7b1c7ecc6ecc57eb51397bd6d4 (patch) | |
tree | 9289225041ee334a14d53bc8754474fd3ad6cab1 | |
parent | 604658ebd1a4f800fb10f414df9b9790eda8a11f (diff) |
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 <p.wieczorek2@samsung.com>
-rw-r--r-- | docs/oom_quickstart_guide.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 |