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 2012/10/08 09:13:42 UTC

git commit: Remove supported_collections for fgcp_driver - no longer used

Updated Branches:
  refs/heads/master be6f8e8f4 -> f8542cf49


Remove supported_collections for fgcp_driver - no longer used

Causes problems with GET /api


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

Branch: refs/heads/master
Commit: f8542cf493e82a579dc75c810c1a7220d2926456
Parents: be6f8e8
Author: marios <ma...@redhat.com>
Authored: Thu Oct 4 18:06:40 2012 +0300
Committer: marios <ma...@redhat.com>
Committed: Mon Oct 8 10:11:44 2012 +0300

----------------------------------------------------------------------
 server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/f8542cf4/server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb b/server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb
index 666de0c..82c2141 100644
--- a/server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb
+++ b/server/lib/deltacloud/drivers/fgcp/fgcp_driver.rb
@@ -27,10 +27,6 @@ class FgcpDriver < Deltacloud::BaseDriver
 
   CERT_DIR = ENV['FGCP_CERT_DIR'] || File::expand_path('~/.deltacloud/drivers/fgcp')
 
-  def supported_collections
-    DEFAULT_COLLECTIONS + [ :addresses, :load_balancers, :firewalls ]
-  end
-
   feature :instances, :user_name
   feature :instances, :metrics
   feature :images, :user_name