domain: add docstring for _convert_old_boot_order

Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
This commit is contained in:
Marc Hartmayer 2018-12-18 14:45:03 +01:00 committed by Cole Robinson
parent bf62001cfd
commit 50633d3329
1 changed files with 4 additions and 0 deletions

View File

@ -1276,6 +1276,10 @@ class vmmDomain(vmmLibvirtObject):
return self.get_xmlobj().cpu
def _convert_old_boot_order(self):
"""Converts the old boot order (e.g. <boot dev='hd'/>) into the
per-device boot order format.
"""
boot_order = self._get_old_boot_order()
ret = []
disk = None