-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix saving the host of a Vm after it was migrated when doing targeted refresh of the Vm. Before if the hosts inventory was not fetched sperately by the refresh, the host of a VM was not updated properly even though its uid was returned as part of the target Vm inventory. Now we take the information from the Vm inventory and use it to update the Vms host properly. https://bugzilla.redhat.com/show_bug.cgi?id=1368925
- Loading branch information
Boris Odnopozov
committed
Jan 17, 2017
1 parent
e12b361
commit e346b46
Showing
4 changed files
with
2,950 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
131 changes: 80 additions & 51 deletions
131
spec/models/manageiq/providers/redhat/infra_manager/refresh/refresher_target_vm_spec.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.