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

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