diff options
author | MichaelMorris <michael.morris@est.tech> | 2019-04-02 17:14:42 +0000 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2019-04-02 17:14:42 +0000 |
commit | 173664d486788099829e40c1c741445100354db3 (patch) | |
tree | 20bbee5d7c47198cb6aa9587292ae944b2b7dea0 /adapters/mso-vnfm-adapter/mso-vnfm-adapter-api | |
parent | 4a74d94ea4604504325b320d499e2f3708ef1514 (diff) |
Add job handling
Issue-ID: SO-1624
Change-Id: I84c089d7b0ad610f0fe38be220a81a1f0762f394
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Diffstat (limited to 'adapters/mso-vnfm-adapter/mso-vnfm-adapter-api')
-rw-r--r-- | adapters/mso-vnfm-adapter/mso-vnfm-adapter-api/src/main/resources/vnfmadapter.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapters/mso-vnfm-adapter/mso-vnfm-adapter-api/src/main/resources/vnfmadapter.yaml b/adapters/mso-vnfm-adapter/mso-vnfm-adapter-api/src/main/resources/vnfmadapter.yaml index dc5f85e5fe..9d0a5283af 100644 --- a/adapters/mso-vnfm-adapter/mso-vnfm-adapter-api/src/main/resources/vnfmadapter.yaml +++ b/adapters/mso-vnfm-adapter/mso-vnfm-adapter-api/src/main/resources/vnfmadapter.yaml @@ -241,7 +241,7 @@ definitions: required: - operationStatusRetrievalStatus OperationStatusRetrievalStatusEnum: - description: The status of the attempt to retrrieve the operation from the VNFM + description: The status of the attempt to retrieve the operation from the VNFM type: string enum: - STATUS_FOUND |