Remove endpoint_substitution_whitelist config option

This option was removed from keystone.

Change-Id: Ic8e553434b05e98067f4b8fa355197563cb84b80
Closes-bug: #1401586
This commit is contained in:
liyingjun 2014-12-16 17:11:50 +08:00
parent 6aa949bd03
commit 6f17b97e22
2 changed files with 0 additions and 5 deletions

View File

@ -29,10 +29,6 @@
<td>driver = keystone.catalog.backends.sql.Catalog</td>
<td>(StrOpt) Catalog backend driver.</td>
</tr>
<tr>
<td>endpoint_substitution_whitelist = tenant_id, user_id, public_bind_host, admin_bind_host, compute_host, compute_port, admin_port, public_port, public_endpoint, admin_endpoint</td>
<td>(ListOpt) (Deprecated) List of possible substitutions for use in formatting endpoints. Use caution when modifying this list. It will give users with permission to create endpoints the ability to see those values in your configuration file. This option will be removed in Juno.</td>
</tr>
<tr>
<td>list_limit = None</td>
<td>(IntOpt) Maximum number of entities that will be returned in a catalog collection.</td>

View File

@ -121,7 +121,6 @@ cache/proxies cache
catalog/cache_time catalog
catalog/caching catalog
catalog/driver catalog
catalog/endpoint_substitution_whitelist catalog
catalog/list_limit catalog
catalog/template_file catalog
credential/driver credential