Skip to content
Snippets Groups Projects
Commit 6ae6d95a authored by Sebastian Rojas's avatar Sebastian Rojas
Browse files

Bug 1830 fixed


Change-Id: Id5b708fb039af75fbe9acf913c3bd438b49a545b
Signed-off-by: default avatarSebastian-RG <srojas@whitestack.com>
parent 514b546a
No related branches found
No related tags found
1 merge request!1Draft: Bug 1830 fixed
Pipeline #12495 passed with warnings with stage
in 2 minutes and 8 seconds
......@@ -1309,7 +1309,7 @@ nslcmsub_schema = {
},
"operationTypes": {
"type": "array",
"items": {"enum": ["INSTANTIATE", "SCALE", "TERMINATE", "UPDATE", "HEAL"]},
"items": {"enum": ["INSTANTIATE", "INSTANTIATED", "SCALE", "SCALED", "TERMINATE", "TERMINATED", "UPDATE", "UPDATED", "HEAL", "HEALED"]},
},
"operationStates": {
"type": "array",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment