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