Actions
Bug #21618
openhostgroup parameter does not show up in the PXE template
Status:
New
Priority:
Normal
Assignee:
-
Category:
Host groups
Target version:
-
Description
Create a hostgroup with some parameter with at-least one with empty value. For e.g.,
Hostgroup name "Testing"
param1=Hello
param2=
PXE template that references host_param('param1') and host_param('param2')
Create host- Hostgroup = Testing
- Parameters, override the one with empty value to contain some value param2 = SomeValue.
- Submit
Generated PXE template does not contain the value of param2. However, YAML in the web UI shows correct values.
Actions