Lines Matching defs:imageplan
82 import pkg.client.imageplan as imageplan
709 self._img.imageplan.reboot_needed())
711 self._img.imageplan.reboot_needed():
726 for src, dest in self._img.imageplan.plan_desc:
735 self._img.imageplan.reboot_advised()
1128 self._img.imageplan.set_be_options(self.__backup_be,
1131 plan_desc = self._img.imageplan.describe()
1468 if self._img.imageplan.nothingtodo():
1474 self._img.imageplan.set_be_options(
1477 self.__plan_desc = self._img.imageplan.describe()
1526 self._img.imageplan.update_index = _update_index
1588 self._img.imageplan = imageplan.ImagePlan(self._img, plan._op,
1593 self._img.imageplan.skip_preexecute()
1644 if not self._img.imageplan:
1647 if not self._img.imageplan.nothingtodo():
2708 if not self._img.imageplan:
2722 self._img.imageplan.preexecute()
2783 if not self._img.imageplan:
2800 self._img.imageplan.reboot_needed() and \
2854 self._img.imageplan.execute()
2923 if self._img.imageplan.state != plandesc.EXECUTED_OK:
2930 self._img.imageplan.state)
2935 if self._img.imageplan.boot_archive_needed() or \
2950 self._img.imageplan.pd.release_notes_name)
2978 if not self._img.imageplan: