# File lib/openshift-origin-controller/app/models/district.rb, line 45
  def self.find_available(node_profile=nil)
    hash = OpenShift::DataStore.instance.find_available_district(node_profile)
    return nil unless hash
    hash_to_district(hash)
  end