Merge "Add `FLOPPY` boot device constant"

This commit is contained in:
Zuul 2019-09-21 07:05:00 +00:00 committed by Gerrit Code Review
commit 40165e8095
2 changed files with 5 additions and 1 deletions

View File

@ -46,3 +46,6 @@ WANBOOT = 'wanboot'
ISCSIBOOT = 'iscsiboot'
"Boot from iSCSI volume"
FLOPPY = 'floppy'
"Boot from a floppy drive"

View File

@ -862,7 +862,8 @@ class RedfishVirtualMediaBoot(base.BootInterface):
boot device.
:param task: a TaskManager instance.
:param device: Boot device. Values are vendor-specific.
:param device: the boot device, one of
:mod:`ironic.common.boot_devices`.
:param persistent: Whether to set next-boot, or make the change
permanent. Default: False.
:raises: InvalidParameterValue if the validation of the