File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
app/models/manageiq/providers/google Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 45
45
- name : Report code coverage
46
46
if : ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
47
47
continue-on-error : true
48
- uses : paambaati/codeclimate-action@v8
48
+ uses : paambaati/codeclimate-action@v9
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ class ManageIQ::Providers::Google::NetworkManager < ManageIQ::Providers::Network
22
22
:to => :parent_manager ,
23
23
:allow_nil => true
24
24
25
+ class << self
26
+ delegate :refresh_ems , :to => ManageIQ ::Providers ::Google ::CloudManager
27
+ end
28
+
25
29
def self . ems_type
26
30
@ems_type ||= "gce_network" . freeze
27
31
end
Original file line number Diff line number Diff line change 10
10
:inventory_collections :
11
11
:saver_strategy : default
12
12
:gce_network :
13
+ # Disable scheduled full refresh for the network manager as this will be
14
+ # refreshed automatically by the parent cloud manager.
15
+ :refresh_interval : 0
13
16
:inventory_collections :
14
17
:saver_strategy : default
15
18
:gke :
You can’t perform that action at this time.
0 commit comments