Skip to content

Commit

Permalink
Get DDF to match validate_credentials schema
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Aug 9, 2019
1 parent 6485c2b commit 2814656
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/models/manageiq/providers/amazon/cloud_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ def self.params_for_create
{
:title => "Configure AWS",
:fields => [
{:component => "text-field", :name => "role", :type => "hidden", :initialValue => "ec2"},
{:component => "text-field", :name => "region", :label => "Region"},
{:component => "text-field", :name => "ec2_username", :label => "Access Key"},
{:component => "text-field", :name => "ec2_password", :label => "Secret Key", :type => "password"}
{:component => "text-field", :name => "role", :type => "hidden", :initialValue => "ec2"},
{:component => "text-field", :name => "region", :label => "Region"},
{:component => "text-field", :name => "endpoints.ec2.username", :label => "Access Key"},
{:component => "text-field", :name => "endpoints.ec2.password", :label => "Secret Key", :type => "password"}
]
}
end
Expand Down

0 comments on commit 2814656

Please sign in to comment.