update retry-on-failed acceptance docs

Relaunching by other status values is tabled for later.
This commit is contained in:
AlanCoding
2017-10-20 10:41:06 -04:00
parent 0ae9283fba
commit 41c84b4652
2 changed files with 34 additions and 24 deletions
+1 -2
View File
@@ -2648,8 +2648,7 @@ class JobRelaunchSerializer(JobSerializer):
required=False, allow_null=True, default='all',
choices=[
('all', _('No change to job limit')),
('failed', _('All failed and unreachable hosts')),
('unreachable', _('Unreachable hosts'))
('failed', _('All failed and unreachable hosts'))
],
write_only=True
)