Hide Forgot
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:
Found authentication_key attribute, closing.