From 750c70db00ef636ede9af57c14c4e013570d1ce2 Mon Sep 17 00:00:00 2001 From: hp1256 Date: Mon, 16 Oct 2017 06:49:59 -0700 Subject: VNFRQTS -Requirements fix code-block VNFRQTS -Requirements fix code-block tag to use yaml for the yaml examples Change-Id: I77b7d6c09f53583298e9049466e0176a1cbdaa77 Issue-ID:VNFRQTS-114 Signed-off-by: hp1256 --- docs/Chapter4.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/Chapter4.rst') diff --git a/docs/Chapter4.rst b/docs/Chapter4.rst index da9f622..ccc4212 100644 --- a/docs/Chapter4.rst +++ b/docs/Chapter4.rst @@ -735,7 +735,7 @@ network and the {vm-type} has been defined as dns. base\_MODULE.yaml -.. code-block:: python +.. code-block:: yaml parameters: . . . @@ -762,7 +762,7 @@ base\_MODULE.yaml INCREMENTAL\_MODULE.yaml -.. code-block:: python +.. code-block:: yaml parameters: dns_sec_grp_id: @@ -800,7 +800,7 @@ network and the {vm-type} has been defined as lb for load balancer. base.yaml -.. code-block:: python +.. code-block:: yaml heat_template_version: 2013-05-23 @@ -817,7 +817,7 @@ base.yaml incremental.yaml -.. code-block:: python +.. code-block:: yaml heat_template_version: 2013-05-23 -- cgit 1.2.3-korg