From 67ec7a9e5d72fb121de26488b370491b95b6c919 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Fri, 31 Oct 2014 08:57:55 -0400 Subject: updated docs to have better setup instructions, fixed minor bugs, added envs for admiller (amint) and tdawson (tdint). --- lib/aws_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/aws_command.rb') diff --git a/lib/aws_command.rb b/lib/aws_command.rb index 865901585..1067547e0 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) + SUPPORTED_ENVS = %w(prod stg int tint kint test jint amint tdint) option :type, :required => true, :enum => LaunchHelper.get_aws_host_types, :desc => 'The host type of the new instances.' -- cgit v1.2.3