# File lib/deltacloud/drivers/sbc/sbc_client.rb, line 87
  def list_locations
    headers = default_headers
    headers['Accept'] = 'text/xml'      # JSON locations not supported
    Nokogiri.XML(get('/locations', headers))
  end