[PATCH aeolus-cli 6/9] change :provider to :provider_account

Petr Blaho pblaho at redhat.com
Thu Dec 22 22:05:52 UTC 2011


From: Maros Zatko <mzatko at redhat.com>

---
 spec/command/import_command_spec.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spec/command/import_command_spec.rb b/spec/command/import_command_spec.rb
index 29b9ce8..bf3e922 100644
--- a/spec/command/import_command_spec.rb
+++ b/spec/command/import_command_spec.rb
@@ -20,7 +20,7 @@ module Aeolus
       before(:each) do
         @options = { :id => "ami-5592553c",
                      :target => ["ec2"],
-                     :provider => ["ec2-us-east-1"],
+                     :provider_account => ["ec2-us-east-1"],
                      :description => "<image><name>MyImage</name></image>"}
       end
 
-- 
1.7.7.4




More information about the aeolus-devel mailing list