Skip to content

Commit

Permalink
Delegate verify_ssl & verify_ssl= to default endpoint
Browse files Browse the repository at this point in the history
Creating a provider via the API we need to specify the setting
for verify_ssl.

Fixes BZ https://bugzilla.redhat.com/show_bug.cgi?id=1605210
  • Loading branch information
Julian Cheal committed Sep 20, 2018
1 parent ea94ae7 commit 09b8e37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/ext_management_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ def hostname_format_valid?
:port=,
:security_protocol,
:security_protocol=,
:verify_ssl,
:verify_ssl=,
:certificate_authority,
:certificate_authority=,
:to => :default_endpoint,
Expand Down

0 comments on commit 09b8e37

Please sign in to comment.