Commit 601845b9 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

More fixes

parent 98bdc220
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -168,9 +168,9 @@ data_types:
        required: false
      vdu_capacity-overriding-allowed:
        type: map # key: name of a Vdu.OsContainerDeployableUnit or a Vdu.Compute node template in the VNFD or the string “ALL�? if the value applies to all VDUs in the VNFD.
        descriptrion: Indicates whether the capacity related attributes specified in the VNFD as being configurable can be overridden by new values at run time.
        description: Indicates whether the capacity related attributes specified in the VNFD as being configurable can be overridden by new values at run time.
        required: false
        entry-schema:
        entry_schema:
          type: boolean

  tosca.datatypes.nfv.Qos:
+1 −1
Original line number Diff line number Diff line
@@ -1801,7 +1801,7 @@ node_types:
       type: tosca.datatypes.nfv.VnfProfile
       description: Describes a profile for instantiating VNFs of a particular NS DF according to a specific VNFD and VNF DF
       required: false
      change_selected_deployable_modules_op
      change_selected_deployable_modules_op:
        type: list
        description: Indicates in which VNF LCM operations in this DF the VNF supports the change of the selected deployable modules. When CHANGE_VNF_DF or CHANGE_CURRENT_VNF_PACKAGE is indicated, it refers to change of DF or VNF package, respectively, to the one where the attribute is indicated.
        required: false
+1 −1

File changed.

Contains only whitespace changes.