with_provider_connection do |connection|
      begin
        connection.evacuate_server(ems_ref, hostname, on_shared_storage, admin_password)
      rescue => ex
        error_message = parse_error_message_from_fog_response(ex.to_s)