# File lib/fog/orchestration/openstack/requests/list_events.rb, line 35
        def list_events(_options = {})
          events = data[:events].values

          Excon::Response.new(
            :body   => {'events' => events},
            :status => 200
          )
        end