Description of problem: ----------------------- Version-Release number of selected component (if applicable): -------------------------------------- 5.7.0.9 How reproducible: ----------------- Always Steps to Reproduce: ------------------- 1.Create a service in admin UI. 2.Provision that service in SSUI. 3.Once the service has been provisioned, navigate to 'My services'.Hover on the 'Power State' field. Actual results: --------------- The power state reads :Start Operation timed out(see attached screenshot 1). When you click on the service, it lists the name of the VM that was provisioned along with the correct power state(attached screenshot 2). Expected results: ----------------- The power state field should show the correct power status of the VM. Additional info: -----------------
Drew - I would suggest working with Tina on this one. Might need to enable a post-provisioning call to calculate the power state.
In addition to what Drew is doing, we need this PR too: https://github.com/ManageIQ/manageiq-ui-service/pull/330
New commit detected on ManageIQ/manageiq-ui-service/master: https://github.com/ManageIQ/manageiq-ui-self_service/commit/c7264e3c98e726eacf6a24f75c7a080f296f38c8 commit c7264e3c98e726eacf6a24f75c7a080f296f38c8 Author: Aparna Karve <akarve> AuthorDate: Thu Dec 1 14:07:56 2016 -0800 Commit: Aparna Karve <akarve> CommitDate: Thu Dec 1 14:07:56 2016 -0800 Hide Power Status and Power Operation buttons in the List View until we have a robust backend solution to display the Status and the buttons https://bugzilla.redhat.com/show_bug.cgi?id=1391685 client/app/components/explorer/explorer.html | 6 ++++-- client/app/components/power-state/power-state.html | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-)
New commit detected on ManageIQ/manageiq-ui-service/master: https://github.com/ManageIQ/manageiq-ui-self_service/commit/75610f68154314a6c3829f55a08ea46b876e19a1 commit 75610f68154314a6c3829f55a08ea46b876e19a1 Author: Aparna Karve <akarve> AuthorDate: Wed Dec 7 13:06:44 2016 -0800 Commit: Aparna Karve <akarve> CommitDate: Wed Dec 7 13:06:44 2016 -0800 Remove "Suspend" Power Operation (for now) https://bugzilla.redhat.com/show_bug.cgi?id=1391685 client/app/states/services/details/details.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Verified in 5.8.0.4 Verified that the correct power state is displayed.