We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e6290 commit e4374e3Copy full SHA for e4374e3
app/models/manageiq/providers/vmware/infra_manager.rb
@@ -31,7 +31,6 @@ class Vmware::InfraManager < InfraManager
31
include VimConnectMixin
32
include CisConnectMixin
33
34
- before_save :stop_event_monitor_queue_on_change, :stop_refresh_worker_queue_on_change
35
before_destroy :stop_event_monitor, :stop_refresh_worker
36
37
supports :catalog
@@ -350,6 +349,11 @@ def after_update_authentication
350
349
stop_refresh_worker_queue_on_credential_change
351
end
352
+ def after_update_endpoints
353
+ super
354
+ stop_refresh_worker_queue_on_change
355
+ end
356
+
357
def self.event_monitor_class
358
self::EventCatcher
359
0 commit comments