You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2013/01/29 17:26:20 UTC

git commit: Deltacloud - fix typo in Eucalyptus realms method - DTACLOUD-423

Updated Branches:
  refs/heads/master 024be38f6 -> 068f9b5a7


Deltacloud - fix typo in Eucalyptus realms method - DTACLOUD-423

https://issues.apache.org/jira/browse/DTACLOUD-423


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/068f9b5a
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/068f9b5a
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/068f9b5a

Branch: refs/heads/master
Commit: 068f9b5a7b88143e55276c043a81495f3d392b10
Parents: 024be38
Author: marios <ma...@redhat.com>
Authored: Tue Jan 29 11:23:48 2013 +0200
Committer: marios <ma...@redhat.com>
Committed: Tue Jan 29 18:25:45 2013 +0200

----------------------------------------------------------------------
 .../drivers/eucalyptus/eucalyptus_driver.rb        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/068f9b5a/server/lib/deltacloud/drivers/eucalyptus/eucalyptus_driver.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/drivers/eucalyptus/eucalyptus_driver.rb b/server/lib/deltacloud/drivers/eucalyptus/eucalyptus_driver.rb
index a68b3cb..d381f5d 100644
--- a/server/lib/deltacloud/drivers/eucalyptus/eucalyptus_driver.rb
+++ b/server/lib/deltacloud/drivers/eucalyptus/eucalyptus_driver.rb
@@ -128,6 +128,7 @@ module Deltacloud
               begin
                 ec2.describe_availability_zones([opts[:id]]).collect do |realm|
                   realms << convert_realm(realm) unless realm.empty?
+                end
               rescue => e
                 raise e unless e.message =~ /Invalid availability zone/
                 realms = []