You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2012/11/21 14:25:25 UTC

[1/3] git commit: VSphere: Fixed typo that cause DC to return 404 for all instances

Updated Branches:
  refs/heads/master 495098ff5 -> bb38e353f


VSphere: Fixed typo that cause DC to return 404 for all instances


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

Branch: refs/heads/master
Commit: d8c9a4450623477e3b35e5223a082ff9ced35c0a
Parents: 495098f
Author: Michal Fojtik <mf...@redhat.com>
Authored: Wed Nov 21 12:08:45 2012 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Wed Nov 21 14:24:59 2012 +0100

----------------------------------------------------------------------
 .../deltacloud/drivers/vsphere/vsphere_client.rb   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/d8c9a445/server/lib/deltacloud/drivers/vsphere/vsphere_client.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/drivers/vsphere/vsphere_client.rb b/server/lib/deltacloud/drivers/vsphere/vsphere_client.rb
index 1d158f8..07a41a7 100644
--- a/server/lib/deltacloud/drivers/vsphere/vsphere_client.rb
+++ b/server/lib/deltacloud/drivers/vsphere/vsphere_client.rb
@@ -45,7 +45,7 @@ module Deltacloud::Drivers::VSphere
               end
             end
           end
-          break if [:datastore]
+          break if vm[:datastore]
         end
         vm
       end