Comment 2 for bug 1158958

Revision history for this message
Mark McLoughlin (markmc) wrote :

If memcached_servers is set, Nova is basically using memcache.Client directly rather than any oslo code

It looks to me like Nova is passing a unicode key and memcache.Client doesn't allow it

I'd be happy enough with Oslo's memcache client using memcache.Client.check_key() to enforce the same requirements