[Yahoo-eng-team] [Bug 1354258] Re: nova-api will go wrong if AZ name has space in it when memcach is used

2015-07-14 Thread Davanum Srinivas (DIMS)
** Changed in: oslo-incubator Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1354258 Title: nova-api will go wrong if AZ name has

[Yahoo-eng-team] [Bug 1354258] Re: nova-api will go wrong if AZ name has space in it when memcach is used

2014-09-10 Thread Sean Dague
This is a root memcache issue. If not addressed there we could uri encode ourselves. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1354258] Re: nova-api will go wrong if AZ name has space in it when memcach is used

2014-08-11 Thread Davanum Srinivas (DIMS)
Easily reproducible import memcache mc = memcache.Client(['192.168.1.111:11211'], debug=0) mc.set(some_key, Some value) True print mc.get(some_key) Some value mc.set(some key, Some value) Traceback (most recent call last): File stdin, line 1, in module File