Bug 1512641

Summary: Cloudforms: majority of OpenStack quotas are missing
Product: Red Hat CloudForms Management Engine Reporter: Richard Su <rwsu>
Component: ProvidersAssignee: Richard Su <rwsu>
Status: CLOSED CURRENTRELEASE QA Contact: Dave Johnson <dajohnso>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.9.0CC: gblomqui, ikaur, jfrey, jhardy, obarenbo, rwsu, simaishi
Target Milestone: GAKeywords: TestOnly
Target Release: 5.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.10.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1504576
: 1515488 (view as bug list) Environment:
Last Closed: 2018-06-21 20:32:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Openstack Target Upstream Version:
Embargoed:
Bug Depends On: 1504576    
Bug Blocks: 1515488    

Comment 2 Richard Su 2017-11-14 23:46:30 UTC
There isn't an uuid for quotas. The tenant_id was being set as the ems_ref column, and is not unique. ems_ref needs to be [tenant_id, quota name].

Comment 3 Richard Su 2017-11-20 21:16:50 UTC
Fix merged: https://github.com/ManageIQ/manageiq-providers-openstack/pull/159