summaryrefslogtreecommitdiffstats
path: root/lib/aws_command.rb
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-02-13 14:55:01 -0500
committerMatt Woodson <mwoodson@redhat.com>2015-02-13 14:55:01 -0500
commite45695622f867734cbfd64797cf6b830a2fff604 (patch)
tree1f5c125021996e996ed5559eaf983e6128e30b0c /lib/aws_command.rb
parent2a8f7ab95107eb4ea353a8d42ecc19d1ebd32395 (diff)
downloadopenshift-e45695622f867734cbfd64797cf6b830a2fff604.tar.gz
openshift-e45695622f867734cbfd64797cf6b830a2fff604.tar.bz2
openshift-e45695622f867734cbfd64797cf6b830a2fff604.tar.xz
openshift-e45695622f867734cbfd64797cf6b830a2fff604.zip
more ansible tower commits
Diffstat (limited to 'lib/aws_command.rb')
-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 1c3efc91c..7c6872c64 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 tint kint test jint amint tdint lint)
+ SUPPORTED_ENVS = %w(prod stg int ops tint kint test jint amint tdint lint)
option :type, :required => true, :enum => LaunchHelper.get_aws_host_types,
:desc => 'The host type of the new instances.'