Actions
Bug #10969
closedImages list not loading after selecting an OS + Architecture
Status:
Resolved
Priority:
High
Assignee:
-
Category:
Compute resources - OpenStack
Target version:
-
Description
When creating a new openstack instance, I select the compute resource and then go to the OS tab to select the OS, arch, and image - but the images list doesn't reload after changing arch + OS.
I set a breakpoint in app/helpers/hosts_helper.rb in the 'possible_images' method to confirm. It only gets called once - when selecting the CR. But that returns blank because I haven't chosen an OS and arch yet.
Actions