Comment 4 for bug 1743036

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.cache (master)

Reviewed: https://review.openstack.org/611117
Committed: https://git.openstack.org/cgit/openstack/oslo.cache/commit/?id=685a05edfef24cb2300df24aa3417ad0ecd2c2c2
Submitter: Zuul
Branch: master

commit 685a05edfef24cb2300df24aa3417ad0ecd2c2c2
Author: Morgan Fainberg <email address hidden>
Date: Tue Oct 16 10:50:33 2018 -0700

    Config dict arguments.url must be a list

    For memcache, arguments.url is assumed to be a list, this means
    that the underlying memcache library could not handle a case where
    a string (comma separated) was passed in. The idea is to force a
    split on ',' in the special case of backend_argument=url:...
    so that a list is passed to the backend.

    Change-Id: I65afb46455423d7f96e17c471330c8d74dc17cac
    Closes-Bug: #1743036