diff options
author | Matt Woodson <mwoodson@gmail.com> | 2015-02-24 14:54:25 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@gmail.com> | 2015-02-24 14:54:25 -0500 |
commit | 50f53296253953fb2d3fff6bd7d7d3e538b9430b (patch) | |
tree | b36794ef63768bab4f0fdab2fe87302c3805730d /lib | |
parent | 0d0b7fa2bba160e8d04ba0f67a0de5c7a06499db (diff) | |
parent | 44e939dba128ea0a02112af555fdf085edacf464 (diff) | |
download | openshift-50f53296253953fb2d3fff6bd7d7d3e538b9430b.tar.gz openshift-50f53296253953fb2d3fff6bd7d7d3e538b9430b.tar.bz2 openshift-50f53296253953fb2d3fff6bd7d7d3e538b9430b.tar.xz openshift-50f53296253953fb2d3fff6bd7d7d3e538b9430b.zip |
Merge pull request #78 from mwoodson/tower_install
tower install
Diffstat (limited to 'lib')
-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 0c714cdb4..44df05e6a 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 twiest gshipley kint test jhonce amint tdint lint) + SUPPORTED_ENVS = %w(prod stg int ops twiest gshipley kint test jhonce amint tdint lint) option :type, :required => true, :enum => LaunchHelper.get_aws_host_types, :desc => 'The host type of the new instances.' |