Skip to content
Snippets Groups Projects
Commit fcd08459 authored by Nathan Rini's avatar Nathan Rini Committed by Alejandro Sanchez
Browse files

openapi/dbv0.0.38 - correct parsing association QOS field

The code was written to expect:
"QOS": [{"name": "QOS NAME"}]
but is documented to accept
"QOS": ["QOS NAME"]
This patch allows parser to accept either format since the dumping code
produces the first while users would be expected to provide the second.

Bug 14349
parent ef6f675f
No related branches found
No related tags found
No related merge requests found
Loading
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