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:29:54 +0100 |
commit | 3c7c6c7956eb3104abdb228b04bac116193923c7 (patch) | |
tree | 4d4e6c556bb05f8352e6ee78d15abc2351bb3522 /docs | |
parent | a1903d622ee35b33086ac8ac8fed3b9e775cce22 (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>
Diffstat (limited to 'docs')
-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 |