Kaydet (Commit) 65ad1545 authored tarafından 徐俊杰's avatar 徐俊杰 Kaydeden (comit) XuPaco

replace on_failure with on-failure

Signed-off-by:  徐俊杰<roollingstone@gmail.com>
Signed-off-by: 's avatarXuPaco <roollingstone@gmail.com>
üst 52c2cc84
......@@ -152,7 +152,7 @@ class UpdateConfig(dict):
class RestartConditionTypesEnum(object):
_values = (
'none',
'on_failure',
'on-failure',
'any',
)
NONE, ON_FAILURE, ANY = _values
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment