Skip to content

Commit

Permalink
Merge pull request #724 from agrare/fix_pbm_default_capability_profil…
Browse files Browse the repository at this point in the history
…e_parser_failure

Fix refresh failure of PbmDefaultCapabilityProfile

(cherry picked from commit 670b199)
  • Loading branch information
Fryguy committed Jun 8, 2021
1 parent db45dc1 commit cd973ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ def parse_pbm_profile(object, _kind, props)
:profile_type => props[:profileCategory]
)
end
alias parse_pbm_capability_profile parse_pbm_profile
alias parse_pbm_capability_profile parse_pbm_profile
alias parse_pbm_default_capability_profile parse_pbm_profile

def parse_pbm_placement_hub(persister_storage_profile, _object, _kind, props)
persister_storage = persister.storages.lazy_find(props[:hubId])
Expand Down

0 comments on commit cd973ac

Please sign in to comment.