Activity log for bug #1848334

Date Who What changed Old value New value Message
2019-10-16 11:57:19 Pedro Henrique Pereira Martins bug added bug
2019-10-16 12:01:53 OpenStack Infra horizon: status New In Progress
2019-10-16 12:01:53 OpenStack Infra horizon: assignee Pedro Henrique Pereira Martins (pedrohpmartins)
2019-10-16 12:13:52 Pedro Henrique Pereira Martins description Problem description =================== In the launch instance workflow while creating a virtual machine, when I select the Source tab, most of the time the default boot-source is `Image` and everything works just fine. However, some times, the default boot-source comes as Volume, due to some race condition (tested and reproduced in Chrome 77). In this case, the Available items table is empty, even if there are bootable volumes to be attached to the VM. This problem happens because the initial state of boot-sources is setting only the `displayedAvailable` of the Image source (that is the "default source"), instead of setting all the initial `displayedAvailable` elements. Proposal ======== The proposal is basically to set up the `displayedAvailable` in all boot-sources. Pull Request url -> https://review.opendev.org/#/c/688541 Problem description =================== In the launch instance workflow while creating a virtual machine, when I select the Source tab, most of the time the default boot-source is `Image` and everything works just fine. However, some times, the default boot-source comes as Volume, due to some race condition (tested and reproduced in Chrome 77). In this case, the Available items table is empty, even if there are bootable volumes to be attached to the VM. This problem happens because the initial state of boot-sources is setting only the `displayedAvailable` of the Image source (that is the "default source"), instead of setting all the initial `displayedAvailable` elements. System version ============== Horizon : 14.0.2 (Rocky) Proposal ======== The proposal is basically to set up the `displayedAvailable` in all boot-sources. Pull Request url -> https://review.opendev.org/#/c/688541
2019-10-16 13:20:03 Heinz Leiser bug added subscriber Heinz Leiser
2020-03-09 15:53:13 OpenStack Infra horizon: status In Progress Fix Released