Bug 1384493 - authentication_userid/password attributes nil for OSE/OCP provider
Summary: authentication_userid/password attributes nil for OSE/OCP provider
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Automate
Version: 5.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: GA
: cfme-future
Assignee: Greg McCullough
QA Contact: Dave Johnson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-13 12:05 UTC by ncatling
Modified: 2016-10-18 04:31 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-13 12:28:41 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.