# File lib/fog/compute/openstack/requests/list_snapshots.rb, line 30
        def list_snapshots(_options = true)
          response = Excon::Response.new
          response.status = 200
          snapshots = data[:snapshots].values
          response.body = {'snapshots' => snapshots}
          response
        end