# File lib/fog/ovirt/models/compute/server.rb, line 86
        def start(options = {})
          wait_for { stopped? } if options[:blocking]
          service.vm_action(:id =>id, :action => :start)
          reload
        end