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

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