Bug 1384493

Summary: authentication_userid/password attributes nil for OSE/OCP provider
Product: Red Hat CloudForms Management Engine Reporter: ncatling
Component: AutomateAssignee: Greg McCullough <gmccullo>
Status: CLOSED NOTABUG QA Contact: Dave Johnson <dajohnso>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.6.0CC: jhardy, mkanoor, obarenbo, tfitzger
Target Milestone: GA   
Target Release: cfme-future   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-13 12:28:41 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:

Description ncatling 2016-10-13 12:05:45 UTC
Description of problem:
authentication_userid/authentication_password/authentication_password_encrypted attributes are nil for OSE/OCP providers and therefore not available in Automate

Version-Release number of selected component (if applicable):
CFME 5.6


How reproducible:
In Rails

irb(main):018:0> ems = ExtManagementSystem.where("type = 'ManageIQ::Providers::OpenshiftEnterprise::ContainerManager'").first
=> #<ActiveRecord::Relation [#<ManageIQ::Providers::OpenshiftEnterprise::ContainerManager.... OMITTED
irb(main):019:0> ems.authentication_userid
=> nil
irb(main):020:0> ems.authentication_password
=> nil
irb(main):021:0> ems.authentication_password_encrypted
=> nil
irb(main):022:0>


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 ncatling 2016-10-13 12:28:41 UTC
Found authentication_key attribute, closing.