Support the "order" key in "update_config" for compose

Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
This commit is contained in:
Antonis Kalipetis
2017-07-19 11:55:34 +03:00
parent 286216dbc3
commit 2950667f07
7 changed files with 27 additions and 2 deletions

View File

@ -339,7 +339,10 @@
"delay": {"type": "string", "format": "duration"},
"failure_action": {"type": "string"},
"monitor": {"type": "string", "format": "duration"},
"max_failure_ratio": {"type": "number"}
"max_failure_ratio": {"type": "number"},
"order": {"type": "string", "enum": [
"start-first", "stop-first"
]}
},
"additionalProperties": false
},