Skip to content

Commit

Permalink
Pass manageiq-smartstate the Resource Group Name not the Object
Browse files Browse the repository at this point in the history
A previous fix that was backported to the FINE branch fixed this
issue caused by the resource group being changed from a string
to an object a while ago but the fix never went into the
MASTER branch.  This will fix in Master and should be back-ported
to Gaprindashvili
  • Loading branch information
jerryk55 committed Nov 3, 2017
1 parent e6d33b9 commit d71660f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def perform_metadata_scan(ost)
vm_args[:image_uri] = uid_ems
end
else
vm_args[:resource_group] = resource_group
vm_args[:resource_group] = resource_group.name
vm_args[:snapshot] = ost.scanData["snapshot"]["name"]
end

Expand Down

0 comments on commit d71660f

Please sign in to comment.