Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
save_vms_inventory needs to respect disconnect flag
When we provision new vm we call `save_ems_inventory_no_disconnect` which updates the db with disconnect flag set to false. `save_vms_inventory` ignores the flag and disconnects the vms (ems set to nil). This patch fixes the issue.
- Loading branch information