Issue-ID: VNFRQTS-909
Signed-off-by: weinstock, alan <aw2574@att.com>
Change-Id: I6e82de376369a37b2171840535f38a968222834e
     :id: R-610030
     :target: VNF
     :keyword: MUST
-    :introduced: el alto
+    :introduced: guilin
     :validation_mode: static
 
     A VNF's Heat Orchestration Template's Incremental Module **MUST**
-    declare one or more ``OS::Nova::Server`` resources.  A ``OS::Nova::Server``
+    declare
+
+    - one or more ``OS::Nova::Server`` resources OR
+    - one or more ``OS::Cinder::Volume`` resources.
+
+    An ``OS::Nova::Server``
     **MAY** be created in the incremental module or a nested yaml file invoked
     by the incremental module.
 
+    An ``OS::Cinder::Volume``
+    **MAY** be created in the incremental module or a nested yaml file invoked
+    by the incremental module.
+
+
 .. req::
     :id: R-610040
     :target: VNF