Commit d68663d0 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Completed fix of bug#76

parent 6e433c33
Loading
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -687,7 +687,7 @@ paths:
###############################################################################
# Change external VNF connectivity task                                       #
###############################################################################
  '/vnf_instances/{vnfInstanceId}/change_ext_vls':
  '/vnf_instances/{vnfInstanceId}/change_ext_conn':
    #SOL003 location: 5.4.9.2
    parameters:
      - name: vnfInstanceId
@@ -1019,6 +1019,15 @@ paths:
        in: path
        required: true
        type: string
      - name: cancelMode
        description: >
          The POST request to this resource shall include a CancelMode
          structure in the payload body to choose between "graceful" and
          "forceful" cancellation.
        in: body
        required: true
        schema:
          $ref: "definitions/VNFLifecycleManagement_def.yaml#/definitions/CancelMode"
    post: 
      description: >
        The POST method initiates cancelling an ongoing VNF lifecycle
+1 −0
Original line number Diff line number Diff line
@@ -697,6 +697,7 @@ definitions:
    type: object
    required: 
      - cpdId
      - cpConfig
    properties: 
      cpdId:
        description: >