Skip to content

Commit

Permalink
Remove GCE regions from factories
Browse files Browse the repository at this point in the history
  • Loading branch information
tumido committed Mar 6, 2018
1 parent b0701cf commit 6a8029d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions spec/factories/ext_management_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,7 @@
factory :ems_google,
:aliases => ["manageiq/providers/google/cloud_manager"],
:class => "ManageIQ::Providers::Google::CloudManager",
:parent => :ems_cloud do
provider_region "us-central1"
end
:parent => :ems_cloud

factory :ems_google_with_authentication,
:parent => :ems_google do
Expand All @@ -306,9 +304,7 @@
factory :ems_google_network,
:aliases => ["manageiq/providers/google/network_manager"],
:class => "ManageIQ::Providers::Google::NetworkManager",
:parent => :ems_network do
provider_region "us-central1"
end
:parent => :ems_network

# Leaf classes for ems_container

Expand Down

0 comments on commit 6a8029d

Please sign in to comment.