Bug 1317921
| Summary: | Memory size for Azure flavor incorrectly displayed in Bytes/KB | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | ncatling | ||||
| Component: | Providers | Assignee: | Bronagh Sorota <bsorota> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Jeff Teehan <jteehan> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.5.0 | CC: | cbolz, cpelland, jfrey, jhardy, jprause, ltsai, nstephan, obarenbo, simaishi | ||||
| Target Milestone: | GA | Keywords: | ZStream | ||||
| Target Release: | 5.6.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | azure:ui | ||||||
| Fixed In Version: | 5.6.0.5 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1357085 1357086 (view as bug list) | Environment: | |||||
| Last Closed: | 2016-06-29 15:42:47 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1349424, 1357085, 1357086 | ||||||
| Attachments: |
|
||||||
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/5abee3ec1b4178466b859f31b01f29926e8487f9 commit 5abee3ec1b4178466b859f31b01f29926e8487f9 Author: Bronagh Sorota <bsorota> AuthorDate: Mon Apr 25 13:08:00 2016 -0400 Commit: Bronagh Sorota <bsorota> CommitDate: Mon Apr 25 13:08:00 2016 -0400 Flavor memory size needs to be stored in bytes to be displayed in the correct unit in the UI https://bugzilla.redhat.com/show_bug.cgi?id=1317921 app/models/manageiq/providers/azure/cloud_manager/refresh_parser.rb | 4 ++-- spec/models/manageiq/providers/azure/cloud_manager/refresher_spec.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Good eye. I spot checked a few to make sure all values were correct. Moving to verified using https://10.16.6.211/flavor/show_list 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/RHBA-2016:1348 *** Bug 1344925 has been marked as a duplicate of this bug. *** *** Bug 1344925 has been marked as a duplicate of this bug. *** *** Bug 1349424 has been marked as a duplicate of this bug. *** |
Created attachment 1136609 [details] Azure flavors Description of problem: Memory size for Azure flavor incorrectly displayed in Bytes/KB, rather than GB. For example, CloudForms displays Basic_A2 as 3.5KB, where as it should be 3.5GB. Version-Release number of selected component (if applicable): How reproducible: View Provider > Azure > Flavors Steps to Reproduce: 1. 2. 3. Actual results: See attached. Expected results: Additional info: