From 5676ce9241fcac6f0b4dcc3fe37fb4533d878cc4 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Wed, 4 Feb 2015 11:52:09 -0500 Subject: removed ignore_bug_6407 as that bug has now been fixed by ansible. --- lib/aws_command.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/aws_command.rb') 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 -- cgit v1.2.3