Bug 1390147
Summary: | Issue with fog-openstack 'update_quota.rb' | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Sachin <sacpatil> | |
Component: | Providers | Assignee: | Scott Seago <sseago> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ola Pavlenko <opavlenk> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.6.0 | CC: | cpelland, dajohnso, jfrey, jhajyahy, jhardy, obarenbo, sacpatil, simaishi, sseago | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.8.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | openstack | |||
Fixed In Version: | 5.8.0.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1412682 1412684 (view as bug list) | Environment: | ||
Last Closed: | 2017-06-12 17:44:03 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: | 1412682, 1412684 |
Description
Sachin
2016-10-31 10:15:09 UTC
What are the steps to reproduce this error? I just tried updating quota on a tenant in my dev environment and it succeeded. Digging into this on the cloudforms side, it looks like the UI quota update that didn't give me an error above because the edit quota in the UI only modifies "Tenant Quota", which does not connect to OpenStack. The CloudForms resource that links to OpenStack quota is CloudResourceQuota, but I'm not seeing any UI that manipulates this. fog-openstack fix is here: https://github.com/fog/fog-openstack/pull/249 fog-openstack fix is merged and built into fog-openstack 0.1.19. This PR pulls the fix into manageiq-gems-pending: https://github.com/ManageIQ/manageiq-gems-pending/pull/35 Fix for euwe: https://github.com/ManageIQ/manageiq/pull/13417 New commit detected on ManageIQ/manageiq-gems-pending/master: https://github.com/ManageIQ/manageiq-gems-pending/commit/c40d6e358f27e1168ea3f4287091ca91cefd1fdb commit c40d6e358f27e1168ea3f4287091ca91cefd1fdb Author: Scott Seago <sseago> AuthorDate: Mon Jan 9 09:53:23 2017 -0500 Commit: Scott Seago <sseago> CommitDate: Mon Jan 9 09:54:52 2017 -0500 Upgrade fog-openstack to 0.1.19 https://bugzilla.redhat.com/show_bug.cgi?id=1390147 This is needed for bz 1390147. manageiq-gems-pending.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The euwe backport PR still needs merging, but the fix on master (in the gems-pending repo) is merged. New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/e32bc9a2c9099feaa48aa012c1485a6ce65a03aa commit e32bc9a2c9099feaa48aa012c1485a6ce65a03aa Author: Scott Seago <sseago> AuthorDate: Mon Jan 9 21:49:51 2017 -0500 Commit: Scott Seago <sseago> CommitDate: Mon Jan 9 21:49:51 2017 -0500 Upgrade fog-openstack to 0.1.19 https://bugzilla.redhat.com/show_bug.cgi?id=1390147 This is needed for bz 1390147. (this commit is for euwe only) gems/pending/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) verified by theses steps: https://gist.github.com/andyvesel/6b01a3193d852aa1bb513447a62247ff |