# File lib/fog/libvirt/models/compute/server.rb, line 69 def start return true if active? service.vm_action(uuid, :create) reload true end