We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25627d commit 2f47422Copy full SHA for 2f47422
python/understack-workflows/understack_workflows/bmc_bios.py
@@ -11,6 +11,11 @@ def required_bios_settings(pxe_interface: str) -> dict:
11
return {
12
"PxeDev1EnDis": "Enabled",
13
"PxeDev1Interface": pxe_interface,
14
+ "HttpDev1EnDis": "Enabled",
15
+ "HttpDev1Interface": pxe_interface,
16
+ # at this time ironic conductor returns http URLs
17
+ # when its serving data from its own http server
18
+ "HttpDev1TlsMode": "None",
19
"TimeZone": "UTC",
20
}
21
0 commit comments