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