Skip to content

Commit

Permalink
feat: Add patch to vcpus required
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Nov 16, 2021
1 parent b142bfe commit 41d2380
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patchs/swagger-v2.11.12-vcpus-required.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- swagger-v2.11.12.json.ori 2021-11-16 12:13:47.111760302 +0100
+++ swagger-v2.11.12.json 2021-11-16 12:19:09.487043811 +0100
@@ -16635,7 +16635,8 @@
},
"required" : [
"name",
- "cluster"
+ "cluster",
+ "vcpus"
],
"type" : "object"
},

0 comments on commit 41d2380

Please sign in to comment.