Description of problem: When adding a new cloud keypair through the UI, the redirection after clicking 'Add' on the form sometimes takes longer than 60 seconds. The activity spinner is displayed, and the page eventually redirects. 60 seconds is far more time than should be allowed for this redirection. Version-Release number of selected component (if applicable): 5.8.0.11 How reproducible: 80% Steps to Reproduce: 1. Add Openstack Provider 2. Navigate to Compute->Cloud->Key Pairs 3. Add a new key pair, observer redirection time after submitting form Actual results: Redirection takes over 60 seconds Expected results: redirection within seconds, on-par with other form submission in CFME Additional info:
Reassigning to Greg, as this is presumably a provider issue - the UI is just waiting for a task to complete. Created a separate BZ ( https://bugzilla.redhat.com/show_bug.cgi?id=1462278 ) for the UI spinner issue.
The UI team made an enhancement to display a spinner while waiting. However, the crux of this BZ seems to be a Openstack provider issue. Thanks Bronagh
https://github.com/ManageIQ/manageiq-ui-classic/pull/4854
New commit detected on ManageIQ/manageiq-ui-classic/hammer: https://github.com/ManageIQ/manageiq-ui-classic/commit/22d7b95e4e617097b47b9f8074580d8ee3ebd912 commit 22d7b95e4e617097b47b9f8074580d8ee3ebd912 Author: Milan Zázrivec <mzazrivec> AuthorDate: Mon Nov 5 05:14:12 2018 -0500 Commit: Milan Zázrivec <mzazrivec> CommitDate: Mon Nov 5 05:14:12 2018 -0500 Merge pull request #4854 from mansam/fix-auth-key-pair-create-spinner Stop spinner from spinning forever when creating a new key pair (cherry picked from commit 9b02ec78214094a4a428c806dd27cde93582e0ed) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1444520 app/controllers/auth_key_pair_cloud_controller.rb | 8 +- 1 file changed, 5 insertions(+), 3 deletions(-)
Verified on 5.10.0.23
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:0212