Description of problem: When "Kernel Options" field in "Install Options" tab contains something like "my_param=one my_param=two", only the last parameter ("my_param=two") is propagated to "Kernel Options (Install)" in "Provision" tab. Version-Release number of selected component (if applicable): Beaker-0.10.5 How reproducible: always Steps to Reproduce: 1. select a machine in Beaker WebUI 2. go to "Install Options" tab 3. create new record, put "my_param=one my_param=two" (without quotes) into "Kernel Options" 4. go to "Provision" tab 5. select a distro to provision 6. check if "Kernel Options (Install)" contains all parameters entered in step 3 Actual results: only "my_param=two" is propagated to "Kernel Options (Install)" field Expected results: "my_param=one my_param=two" Additional info: For example on s390x, rd.dasd= parameter is used multiple times to define DASD drives: rd.dasd=0.0.3722 rd.dasd=0.0.3622 rd.dasd=0.0.3522
Probably a regression in 0.9 with the re-implentation of Cobbler's install options in Beaker.
On Gerrit: http://gerrit.beaker-project.org/#/c/1879/
Beaker 0.13.1 has been released.