# File lib/fog/compute/openstack/models/server.rb, line 325 def reset_vm_state(vm_state) requires :id service.reset_server_state id, vm_state end