Skip to content

Commit

Permalink
Merge pull request ManageIQ#10 from Fryguy/update_instance_type
Browse files Browse the repository at this point in the history
Update x1.32xlarge to enhanced and clustered networking.
  • Loading branch information
blomquisg committed Jun 29, 2016
2 parents 3c4c83d + 7442a96 commit 7dc6a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/manageiq/providers/amazon/instance_types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -969,8 +969,8 @@ module ManageIQ::Providers::Amazon::InstanceTypes
:intel_avx2 => true,
:intel_turbo => true,
:ebs_optimized_available => true,
:enhanced_networking => false,
:cluster_networking => false,
:enhanced_networking => true,
:cluster_networking => true,
:vpc_only => false,
},
}
Expand Down

0 comments on commit 7dc6a4b

Please sign in to comment.