Skip to content

Commit

Permalink
File.uri_to_local_path moved to manageiq-smartstate gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Oct 12, 2017
1 parent 053c6ec commit 6fc2137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def perform_metadata_scan(ost)
require 'MiqVm/MiqRhevmVm'

log_pref = "MIQ(#{self.class.name}##{__method__})"
vm_name = File.uri_to_local_path(ost.args[0])
vm_name = ManageIQ::Smartstate::Util.uri_to_local_path(ost.args[0])
$log.debug "#{log_pref} VM = #{vm_name}"

args1 = ost.args[1]
Expand Down

0 comments on commit 6fc2137

Please sign in to comment.