# File lib/openstack-quantum-client/l2l3/dhcp.rb, line 21
      def list
        full_url = "#{quantum_url}/dhcps.json"
        response = HTTParty.get(full_url)
        JSON.parse(response.body)["dhcps"] if response
      end