# File lib/fog/compute/openstack/models/host.rb, line 20
        def details
          service.get_host_details(host_name).body['host']
        rescue Fog::Compute::OpenStack::NotFound
          nil
        end