Skip to content

Commit

Permalink
Don't delegate NetworkManager#zone to parent_manager
Browse files Browse the repository at this point in the history
The zone_id is synchronized when the parent_manager is saved so this
delegation causes issues with pausing the parent provider
  • Loading branch information
agrare committed Sep 26, 2023
1 parent 0fa9f29 commit 27e9f72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/manageiq/providers/vmware/network_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class ManageIQ::Providers::Vmware::NetworkManager < ManageIQ::Providers::Network
:authentication_status_ok?,
:authentications,
:authentication_for_summary,
:zone,
:connect,
:verify_credentials,
:with_provider_connection,
Expand Down

0 comments on commit 27e9f72

Please sign in to comment.