# File lib/openstack-quantum-client/l2l3/dhcp.rb, line 17 def reload(id) HTTParty.put("#{@quantum_url}/dhcps/#{id}/reload.json") end