Brant Knudson fb1c71d6ae Correct help text for backend option
The help for the backend option said that the memcache_pool backend
is recommended.

memcache_pool is there to keep a limited number of thread-associated
connections open rather than a connection for every thread. If you
don't have a huge number of threads it doesn't offer anything.
Keystone is an example of a service where memcache_pool doesn't
improve things -- eventlet isn't supported anymore and more threads
is not useful due to GIL.

As such, the help text is corrected to say to use memcache_pool for
eventlet and dogpile.cache.memcached for servers like keystone.

The help text also mentioned devstack. This is removed because
devstack is a developer tool so shouldn't be mentioned in text
targeted to operators.

Also, fixed the preceeding comment to remove redundant information
and to not mention keystone since this code isn't in keystone
anymore.

Change-Id: I1ffbf23feac623fe0bfbbe49fb3e0159dedf4cfe
2016-08-18 13:40:11 -05:00
..
2016-06-09 17:17:29 +10:00
2016-07-12 06:01:33 +00:00
2015-10-13 14:48:32 +11:00
2016-01-28 14:13:08 +00:00
2016-08-18 13:40:11 -05:00
2016-06-09 17:40:33 +10:00
2015-06-29 18:13:32 +00:00
2015-10-08 16:28:08 -05:00