diff options
author | Thomas Wiest <twiest@gmail.com> | 2014-10-31 17:28:10 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@gmail.com> | 2014-10-31 17:28:10 -0400 |
commit | 72a3a263733cc41534f6b3d6fd671680dcaebbcb (patch) | |
tree | 400ff81603320fb5911c31d938b7846f27fe781e /lib/aws_command.rb | |
parent | cb316a8e6527a5a33e6c7ea686b21c7992839bab (diff) | |
parent | 67ec7a9e5d72fb121de26488b370491b95b6c919 (diff) | |
download | openshift-72a3a263733cc41534f6b3d6fd671680dcaebbcb.tar.gz openshift-72a3a263733cc41534f6b3d6fd671680dcaebbcb.tar.bz2 openshift-72a3a263733cc41534f6b3d6fd671680dcaebbcb.tar.xz openshift-72a3a263733cc41534f6b3d6fd671680dcaebbcb.zip |
Merge pull request #24 from twiest/pr
updated docs to have better setup instructions, fixed minor bugs, added envs for admiller (amint) and tdawson (tdint).
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 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.' |