Skip to content

Commit

Permalink
Merge pull request #259 from borod108/rfe/graph_refesh_to_default_1
Browse files Browse the repository at this point in the history
Use Graph refresh by default
(cherry picked from commit 4538288)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1553383
  • Loading branch information
agrare authored and simaishi committed Jun 5, 2018
1 parent 341fdbc commit dabd06e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.yml
Expand Up @@ -55,7 +55,7 @@
:user:
:ems_refresh:
:rhevm:
:inventory_object_refresh: false
:inventory_object_refresh: true
:pipeline: 40
:connections: 10
:redhat_network:
Expand Down
Expand Up @@ -17,6 +17,7 @@
'spec/vcr_cassettes/manageiq/providers/redhat/infra_manager/refresh/ovirt_sdk_target_template_disconnect.yml',
false)
end
stub_settings_merge(:ems_refresh => { :rhevm => {:inventory_object_refresh => false }})
stub_const("OvirtSDK4::Connection", Spec::Support::OvirtSDK::ConnectionVCR)
end

Expand Down

0 comments on commit dabd06e

Please sign in to comment.