# File lib/deltacloud/drivers/gogrid/gogrid_driver.rb, line 64
  def supported_collections
    DEFAULT_COLLECTIONS.reject! { |c| [ :storage_volumes, :storage_snapshots ].include?(c) }
    DEFAULT_COLLECTIONS + [ :keys, :load_balancers ]
  end