| Summary: | Azure - Provisioning VM via Service fails if OS type is "Unknown" | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Leo Khomenko <lkhomenk> |
| Component: | Providers | Assignee: | Bill Wei <bilwei> |
| Status: | CLOSED WONTFIX | QA Contact: | Leo Khomenko <lkhomenk> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.7.0 | CC: | gblomqui, jfrey, jhardy, lkhomenk, obarenbo |
| Target Milestone: | GA | ||
| Target Release: | cfme-future | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | service:stack:vm:azure | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-21 15:57:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | Azure | Target Upstream Version: | |
|
Description
Leo Khomenko
2016-12-07 17:06:09 UTC
Erik, can you take a look? Every appliance should have a service dialog "azure-single-vm-from-useroimage" out of bix. Dynamic textbox "User Image Name" has "Auto Refresh other fields when modified" flag on. Dynamic textbox "Operating System Type" has "Auto refresh" flag on. So when the a user image is selected, it should auto refresh the selection of operating system. The BZ reports it is not working as suppose. Erik, can you take a look? Every appliance should have a service dialog "azure-single-vm-from-useroimage" out of bix. Dynamic textbox "User Image Name" has "Auto Refresh other fields when modified" flag on. Dynamic textbox "Operating System Type" has "Auto refresh" flag on. So when the a user image is selected, it should auto refresh the selection of operating system. The BZ reports it is not working as suppose. The reason that the operating system type doesn't get updated to either linux or windows is because the way auto-refresh works for drop-down fields is that if something is selected, and you update the field, it will prefer the already selected value over anything new. Since "unknown" is selected already, it will continue to choose "unknown", and this is expected behavior right now. I feel like maybe the dynamic drop-down isn't the right choice for this field, as I believe it was originally intended to actually change the list of values, not just which one was selected. If it were a text box, it would automatically update with the correct default value whenever you change the image, and if someone enters in "window" or some other misspelling, we'll just get the same error that it doesn't conform to "linux" or "windows", right? Bill, do you have any insight into what we want to do in this case? It appears this ticket is more focused around the validation on the back end when something improper is submitted. However if the case is more that the drop-downs in the UI should update to a preferred value instead of continuing with a previously selected value, then I can take this back and Greg and I can talk about an RFE that will allow users to override that. I propose to close this issue with WONTFIX. The original intention was to dynamically change the dropdown based on user's selection on other fields. As Erik explains it is actually not the way how service dialog works. The user will then have to select a correct OS type. This dialog is not a must but was created as a convenience for customers. |