diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-02-17 17:19:03 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-02-24 21:48:35 -0500 |
commit | e63eec40e93b292f1446148b2759304dd257c771 (patch) | |
tree | 43f9108623e9c8573557723ca3acaff18e21a568 /lib/aws_command.rb | |
parent | 50f53296253953fb2d3fff6bd7d7d3e538b9430b (diff) | |
download | openshift-e63eec40e93b292f1446148b2759304dd257c771.tar.gz openshift-e63eec40e93b292f1446148b2759304dd257c771.tar.bz2 openshift-e63eec40e93b292f1446148b2759304dd257c771.tar.xz openshift-e63eec40e93b292f1446148b2759304dd257c771.zip |
add jdetiber to list of SUPPORTED_ENVS
Diffstat (limited to 'lib/aws_command.rb')
-rw-r--r-- | lib/aws_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/aws_command.rb b/lib/aws_command.rb index 44df05e6a..0942c6e04 100644 --- a/lib/aws_command.rb +++ b/lib/aws_command.rb @@ -7,7 +7,7 @@ module OpenShift module Ops class AwsCommand < Thor # WARNING: we do not currently support environments with hyphens in the name - SUPPORTED_ENVS = %w(prod stg int ops twiest gshipley kint test jhonce amint tdint lint) + SUPPORTED_ENVS = %w(prod stg int ops twiest gshipley kint test jhonce amint tdint lint jdetiber) option :type, :required => true, :enum => LaunchHelper.get_aws_host_types, :desc => 'The host type of the new instances.' |