# File lib/fog/baremetal/openstack/requests/list_chassis_detailed.rb, line 16
        def list_chassis_detailed(_options = {})
          response = Excon::Response.new
          response.status = [200, 204][rand(2)]
          response.body = {"chassis" => data[:chassis_collection]}
          response
        end