summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
diff options
context:
space:
mode:
authorBozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com>2018-10-15 19:11:09 +0000
committerBozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com>2018-10-15 19:11:09 +0000
commit2e1192d7a656297aa583514dbf0a9d7d72403218 (patch)
tree7d3de8eeac30a46bf2f17cd4aa4f75de3798b988 /docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
parent823a89d5af7d62080b26ad1f2ea77f5bd263fca7 (diff)
VNFRQTS - Fixing doc8 errors
Issue-ID: VNFRQTS-441 Change-Id: I3fe71b72a8165739c03e3b2ba70a4ab392c9b0fc Signed-off-by: Bozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
index f6c4541..bf810b7 100644
--- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
@@ -416,8 +416,8 @@ immutable
The parameter attribute ``immutable`` is an OpenStack optional attribute
that defines whether the parameter is updatable. A Heat Orchestration Template
-stack update fails if ``immutable`` is set to ``true`` and the parameter value is
-changed. This attribute ``immutable`` defaults to ``false``.
+stack update fails if ``immutable`` is set to ``true`` and the parameter
+value is changed. This attribute ``immutable`` defaults to ``false``.
.. _resources:
@@ -482,11 +482,9 @@ separate block in the resources section with the following syntax.
condition: <condition name or expression or boolean>
-
resource ID
+++++++++++++
-
.. req::
:id: R-75141
:target: VNF
@@ -517,7 +515,8 @@ type
+++++
The resource attribute ``type`` is an OpenStack required attribute that
-defines the resource type, such as ``OS::Nova::Server`` or ``OS::Neutron::Port``.
+defines the resource type, such as ``OS::Nova::Server`` or
+``OS::Neutron::Port``.
The resource attribute ``type`` may specify a VNF HEAT
Orchestration Template Nested YAML file.
@@ -565,7 +564,6 @@ metadata
The resource attribute ``metadata`` is an OpenStack optional attribute.
-
.. req::
:id: R-67386
:target: VNF
@@ -575,14 +573,12 @@ The resource attribute ``metadata`` is an OpenStack optional attribute.
A VNF's Heat Orchestration Template's Resource **MAY** declare the
attribute ``metadata``.
-
depends_on
+++++++++++
The resource attribute ``depends_on`` is an OpenStack optional attribute.
See `Section <https://docs.openstack.org/developer/heat/template_guide/hot_spec.html#hot-spec-resources-dependencies>`__ 9.7 for additional details.
-
.. req::
:id: R-46968
:target: VNF