Update heat.conf.sample

A new version of python-keystoneclient introduces an option,
include_service_catalog, so heat.conf.sample should be updated.

Closes-Bug: #1268614
Change-Id: I3caf012d1ecfd852b736f52a1269f742449ffee9
This commit is contained in:
Jason Dunsmore 2014-01-13 14:51:19 -06:00
parent faced88fd4
commit f75369eecf
1 changed files with 6 additions and 0 deletions

View File

@ -996,6 +996,12 @@
# value)
#memcache_secret_key=<None>
# (optional) indicate whether to set the X-Service-Catalog
# header. If False, middleware will not ask for service
# catalog on token validation and will not set the X-Service-
# Catalog header. (boolean value)
#include_service_catalog=true
[matchmaker_redis]