# File lib/fog/orchestration/openstack/models/stack.rb, line 59
        def events(options = {})
          @events ||= service.events.all(self, options)
        end