forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use :id instead of :_object for NetworkManager saving
Use :id instead of :_object for NetworkManager saving. We can also delete processing of cross-manager links ( orchestration_stacks, vms, availability_zones, cloud_tenants) since those will be always AR objects. Only :device can be both Hash and AR object, so it's handled appropriatelly. The ignored cross-manager links processing was needed only when there were CloudManagers without NetworkManagers, so this is not backportable to Darga. Conflicts: app/models/ems_refresh/save_inventory_network.rb
- Loading branch information
Showing
1 changed file
with
68 additions
and
64 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