Bug 1370107

Summary: Azure: undefined method `downcase'
Product: Red Hat CloudForms Management Engine Reporter: Colin Arnott <carnott>
Component: ProvidersAssignee: Daniel Berger <dberger>
Status: CLOSED CURRENTRELEASE QA Contact: Jeff Teehan <jteehan>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.6.0CC: benglish, cpelland, jfrey, jhardy, obarenbo, pbuchan, simaishi
Target Milestone: GAKeywords: 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
Description of problem:
The Azure subscriptions that are EA are catching events. The Azure subscriptions that are MSDN are catching events.


Version-Release number of selected component (if applicable):
cfme-5.6.1.2

How reproducible:
requires Azure environment

Actual results:
no events

Expected results:
events

Additional info:

(logs pending)

Comment 5 Daniel Berger 2016-08-25 17:53:47 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.

Comment 6 Daniel Berger 2016-08-30 16:26:38 UTC
I also added a guard here: https://github.com/ManageIQ/manageiq/pull/10846

Comment 7 Jeff Teehan 2016-09-06 04:38:55 UTC
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.

Comment 8 Jeff Teehan 2016-09-20 21:17:52 UTC
Moving to verified as the fix was customer tested.