taskLabel for createAppliance
This commit is contained in:
parent
9d4a6b2c0e
commit
b35c6ae75b
1 changed files with 1 additions and 1 deletions
|
|
@ -2078,7 +2078,7 @@ def taskLabel(taskInfo):
|
|||
nvrs = taskInfo['request'][2]
|
||||
if isinstance(nvrs, list):
|
||||
extra += ', ' + ', '.join(nvrs)
|
||||
elif method == 'createLiveCD':
|
||||
elif method in ('createLiveCD', 'createAppliance'):
|
||||
if taskInfo.has_key('request'):
|
||||
arch, target, ksfile = taskInfo['request'][:3]
|
||||
extra = '%s, %s, %s' % (target, arch, os.path.basename(ksfile))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue