diff options
author | Thomas Wiest <twiest@redhat.com> | 2015-02-04 11:52:09 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2015-02-05 15:53:32 -0500 |
commit | 5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4 (patch) | |
tree | f2cf79ab3f28d3a3b103361c05807d2e8f4086f5 /lib/aws_command.rb | |
parent | 7c1c02f3cc202acbc662f52fbc9a17911b044f24 (diff) | |
download | openshift-5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4.tar.gz openshift-5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4.tar.bz2 openshift-5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4.tar.xz openshift-5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4.zip |
removed ignore_bug_6407 as that bug has now been fixed by ansible.
Diffstat (limited to 'lib/aws_command.rb')
-rw-r--r-- | lib/aws_command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/aws_command.rb b/lib/aws_command.rb index 288a539a1..1c3efc91c 100644 --- a/lib/aws_command.rb +++ b/lib/aws_command.rb @@ -42,7 +42,6 @@ module OpenShift puts puts "Creating #{options[:count]} #{options[:type]} instance(s) in AWS..." - ah.ignore_bug_6407 # Make sure we're completely up to date before launching clear_cache() @@ -91,7 +90,6 @@ module OpenShift puts puts "Configuring #{options[:type]} instance(s) in AWS..." - ah.ignore_bug_6407 ah.run_playbook("playbooks/aws/#{host_type}/config.yml") end |