summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-02-24 12:55:41 -0500
committerMatt Woodson <mwoodson@redhat.com>2015-02-24 12:55:41 -0500
commit0a6602e6ff0e1340331002e371f5379ef74934a8 (patch)
tree75291b077a2d8e0f6d38f64c3e53039b375e2272 /lib
parentff08486781625fcdd13210963b94e2c1d3a2e00a (diff)
downloadopenshift-0a6602e6ff0e1340331002e371f5379ef74934a8.tar.gz
openshift-0a6602e6ff0e1340331002e371f5379ef74934a8.tar.bz2
openshift-0a6602e6ff0e1340331002e371f5379ef74934a8.tar.xz
openshift-0a6602e6ff0e1340331002e371f5379ef74934a8.zip
cleaned up ansible tower
Diffstat (limited to 'lib')
-rw-r--r--lib/aws_command.rb2
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.'