Bug 1441469

Summary: For OSP10 provider, Cinder volume creation is never finishing on the UI
Product: Red Hat CloudForms Management Engine Reporter: tachoi
Component: ProvidersAssignee: Tzu-Mainn Chen <tzumainn>
Status: CLOSED CURRENTRELEASE QA Contact: Ola Pavlenko <opavlenk>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.8.0CC: ademicev, agrare, igortiunov, iovadia, jfrey, jhardy, obarenbo, simaishi
Target Milestone: GAKeywords: TestOnly
Target Release: 5.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: openstack
Fixed In Version: 5.9.0.1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1442766 1455600 (view as bug list) Environment:
Last Closed: 2018-03-06 14:51:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Openstack Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1442766, 1455600    
Attachments:
Description Flags
conflicted information on UI
none
cinder list output from OSP side
none
evm log for cinder volume creation request none

Description tachoi 2017-04-12 03:31:53 UTC
Created attachment 1271006 [details]
conflicted information on UI

Description of problem:
Can't fill floating-ip address on CFME UI

Version-Release number of selected component (if applicable):
cfme-5.8.0.9-alpha2.1.el7cf.x86_64

How reproducible:
1.Add OSP provider 
2.Storage => Block Storage => 
3.Add New Cloud Volume
4.Request is sitting with "Creating" status even after volume has been created successfully.
- Conflicted information is showing in UI(creating and available) 
- see attached screenshots

Steps to Reproduce:
1.
2.
3.

Actual results:
1. Creating request should be gone once the volume is created

Expected results:
1. Conflicted information is showing in UI(creating and available) 

Additional info:
See attached screenshots

Comment 2 tachoi 2017-04-12 03:33:05 UTC
Created attachment 1271007 [details]
cinder list output from OSP side

Comment 3 tachoi 2017-04-12 03:34:00 UTC
Created attachment 1271008 [details]
evm log for cinder volume creation request

Comment 4 Tzu-Mainn Chen 2017-04-13 18:30:57 UTC
Ah, I think what's happening here is that this UI is creating a 'dummy' entry for a cloud volume after it's created in the MIQ UI, instead of waiting for a refresh, and this dummy never gets synced with the refreshed information.

We should just stop creating that dummy entry, as that's not a code pattern the MIQ UI uses anywhere else.

Comment 5 Tzu-Mainn Chen 2017-04-13 19:31:08 UTC
Okay, should be fixed by: https://github.com/ManageIQ/manageiq/pull/14766

Comment 7 Tzu-Mainn Chen 2017-05-22 15:55:43 UTC
*** Bug 1452944 has been marked as a duplicate of this bug. ***