TrivialFix: Remove extra comma from json
JSON standard does not allow trailing comma. Because of this comma my local tox -e docs failed. It's strange that it works in gate and check jobs. Change-Id: I58bf48c248b1722a730667ec7c5e792e6929d2df
This commit is contained in:
parent
68209e222f
commit
a7aafd99c3
@ -21,7 +21,7 @@
|
||||
"name": "default"
|
||||
}
|
||||
],
|
||||
"user_data" : "IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg==",
|
||||
"user_data" : "IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg=="
|
||||
},
|
||||
"OS-SCH-HNT:scheduler_hints": {
|
||||
"same_host": "48e6a9f6-30af-47e0-bc04-acaed113bb4e"
|
||||
|
Loading…
Reference in New Issue
Block a user