Skip to content

Commit

Permalink
Merge pull request ManageIQ#17088 from tumido/cleanup_google_regions
Browse files Browse the repository at this point in the history
Remove GCE regions from factories
  • Loading branch information
agrare authored Mar 7, 2018
2 parents fe51a01 + 6a8029d commit db34117
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 db34117

Please sign in to comment.