rename image tasks to follow existing conventions
This commit is contained in:
parent
51d8ca7d52
commit
07c7ba9e79
2 changed files with 3 additions and 10 deletions
|
|
@ -1751,7 +1751,7 @@ class BuildImageTask(BaseTaskHandler):
|
|||
|
||||
|
||||
class BuildApplianceTask(BuildImageTask):
|
||||
Methods = ['buildAppliance']
|
||||
Methods = ['appliance']
|
||||
|
||||
def handler(self, name, version, arch, target, ksfile, opts=None):
|
||||
"""Governing task for building an appliance"""
|
||||
|
|
@ -1815,7 +1815,7 @@ class BuildApplianceTask(BuildImageTask):
|
|||
results['name'])
|
||||
|
||||
class BuildLiveCDTask(BuildImageTask):
|
||||
Methods = ['buildLiveCD']
|
||||
Methods = ['livecd']
|
||||
|
||||
def handler(self, name, version, arch, target, ksfile, opts=None):
|
||||
"""Governing task for building an appliance"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue