# File lib/fog/libvirt/requests/compute/vm_action.rb, line 5
        def vm_action(uuid, action)
          domain = client.lookup_domain_by_uuid(uuid)
          domain.send(action)
          true
        end