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 2, 2017
1 parent 1a7fa32 commit 3057c7e
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"] unless managed_disk?
end

Expand Down

0 comments on commit 3057c7e

Please sign in to comment.