Update nova.conf.sample

Recent version of python-keystoneclient introduces new option,
include_service_catalog, so nova.conf.sample should be updated.

Closes-bug: #1268614
Change-Id: I8f5f76770b8af8002f6a296594303224ec37846c
This commit is contained in:
Ivan A. Melnikov 2014-01-13 18:51:17 +04:00
parent c2a204b79c
commit 7e9f0de5c1
1 changed files with 6 additions and 0 deletions

View File

@ -2738,6 +2738,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
[libvirt]