Skip to content

Commit

Permalink
Merge pull request #33 from masayag/fix_host_targeted_refresh_v4
Browse files Browse the repository at this point in the history
Fix host targeted refresh in v4
(cherry picked from commit aa17fe0a18bac7a7801026e898fe428034b6ab1e)

https://bugzilla.redhat.com/show_bug.cgi?id=1458951
  • Loading branch information
oourfali authored and simaishi committed Jun 5, 2017
1 parent 42af8ac commit 716afe7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -14,6 +14,7 @@ def host_targeted_refresh(target)
@connection = connection
res = {}
res[:host] = collect_host(get_uuid_from_target(target))
res[:network] = collect_networks
res
end
end
Expand Down

0 comments on commit 716afe7

Please sign in to comment.