diff --git a/code/daisy/daisy/api/backends/osinstall/pxe/install.py b/code/daisy/daisy/api/backends/osinstall/pxe/install.py index 12ed6ae6..19af60dd 100755 --- a/code/daisy/daisy/api/backends/osinstall/pxe/install.py +++ b/code/daisy/daisy/api/backends/osinstall/pxe/install.py @@ -685,8 +685,8 @@ class OSInstall(): % host_detail['id'] raise exception.NotFound(message=self.message) - ipmi_result_flag = self._set_boot_or_power_state(host_detail, - 'pxe') + ipmi_result_flag = self._set_boot_or_power_state(host_detail, + 'pxe') host_interfaces = _get_host_interfaces(host_detail) kwargs = {'hostname': host_detail['name'],