commit | fd43dcc3b607603978c51ca605dc70e1b784d782 | [log] [tgz] |
---|---|---|
author | Dmitry Tantsur <dtantsur@protonmail.com> | Tue Feb 01 20:19:36 2022 +0100 |
committer | Dmitry Tantsur <dtantsur@protonmail.com> | Wed Feb 16 10:16:10 2022 +0100 |
tree | 3cd1e833eec52f495c820c160f2618d58534c6cd | |
parent | 3d2de82b3e08b348732156ab95a492cd40022e17 [diff] [blame] |
Apply the correct image reference when booting an instance We seem to be using the Nova's defaults instead. Also verify that the resulting image type in instance_info is correct. Depends-On: https://review.opendev.org/c/openstack/ironic/+/827882 Change-Id: Iaba563a2ecbca029889bc6894b2a7f0754d27b88
diff --git a/ironic_tempest_plugin/config.py b/ironic_tempest_plugin/config.py index de517dc..acf2542 100644 --- a/ironic_tempest_plugin/config.py +++ b/ironic_tempest_plugin/config.py
@@ -173,6 +173,9 @@ default='bios', choices=['bios', 'uefi'], help="The desired boot_mode to be used on testing nodes."), + cfg.StrOpt('default_boot_option', + # No good default here, we need to actually set it. + help="The default boot option the testing nodes are using."), ] BaremetalFeaturesGroup = [