Merge "Fix JsonFilter query hint examples in docs"

This commit is contained in:
Zuul
2019-03-27 03:45:27 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -601,7 +601,7 @@ With the API, use the ``os:scheduler_hints`` key:
"flavorRef": "1"
},
"os:scheduler_hints": {
"query": "[>=,$free_ram_mb,1024]"
"query": "[\">=\",\"$free_ram_mb\",1024]"
}
}