Bug 1370107
| Summary: | Azure: undefined method `downcase' | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Colin Arnott <carnott> | |
| Component: | Providers | Assignee: | Daniel Berger <dberger> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jeff Teehan <jteehan> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 5.6.0 | CC: | benglish, cpelland, jfrey, jhardy, obarenbo, pbuchan, simaishi | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.7.0 | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | provider:azure | |||
| Fixed In Version: | 5.7.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1370211 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-11 20:06:14 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: | 1370211 | |||
|
Description
Colin Arnott
2016-08-25 10:44:42 UTC
I believe this was ultimately caused by the lack of an explicit subscription, which was addressed by https://bugzilla.redhat.com/show_bug.cgi?id=1370218. We can add a .to_s guard here as a safety precaution, but once the hotfix was applied, this error went away. I also added a guard here: https://github.com/ManageIQ/manageiq/pull/10846 I know we check for with and without subscription id on every build. I just copy/paste whatever the key is and it always works. Maybe we need to add side testcase. Moving to verified as the fix was customer tested. |