Skip to content

Commit

Permalink
Merge pull request #36 from agrare/bz_1436853_cluster_invalid_configu…
Browse files Browse the repository at this point in the history
…ration

Skip clusters with invalid configuration
  • Loading branch information
blomquisg authored Apr 6, 2017
2 parents 8177b7f + 0ba0091 commit f602e32
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,8 @@ def self.cluster_inv_to_hashes(inv)
mor = data['MOR'] # Use the MOR directly from the data since the mor as a key may be corrupt

config = data["configuration"]
next if config.nil?

das_config = config["dasConfig"]
drs_config = config["drsConfig"]

Expand Down

0 comments on commit f602e32

Please sign in to comment.