Update the cache middleware flavor guideline.

The description of cache middleware flavor in the configuring doc
should be updated.

Change-Id: I6bf6083b01e4e5e3402817279ed367fbfb4cf42e
Closes-bug: #1479116
This commit is contained in:
wangxiyuan 2015-12-08 10:55:40 +08:00
parent 4d5330088f
commit 444005c8dd
1 changed files with 4 additions and 2 deletions

View File

@ -1344,10 +1344,12 @@ Enabling the Image Cache Management Middleware
There is an optional ``cachemanage`` middleware that allows you to
directly interact with cache images. Use this flavor in place of the
``cache`` flavor in your api config file.
``cache`` flavor in your api config file. There are three types you
can chose: ``cachemanagement``, ``keystone+cachemanagement`` and
``trusted-auth+cachemanagement``.::
[paste_deploy]
flavor = cachemanage
flavor = keystone+cachemanagement
Configuration Options Affecting the Image Cache
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~