From 2ac999f00a86725a89fcfd40e18a130e0473b515 Mon Sep 17 00:00:00 2001 From: Summer Long Date: Wed, 19 Feb 2014 16:08:07 +1000 Subject: [PATCH] Added sample file for Identity Service. Added the policy.json file, and rearranged listing into sections. Change-Id: Ied3775b122897b3815f62a86c01d1d2844f5f0fc Partial-Bug: #1281348 --- .../section_keystone-sample-conf-files.xml | 67 ++++++++++++------- 1 file changed, 44 insertions(+), 23 deletions(-) diff --git a/doc/common/section_keystone-sample-conf-files.xml b/doc/common/section_keystone-sample-conf-files.xml index 92369f0ad4..3c45bc604b 100644 --- a/doc/common/section_keystone-sample-conf-files.xml +++ b/doc/common/section_keystone-sample-conf-files.xml @@ -4,26 +4,47 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="sample-configuration-files"> Identity Service sample configuration files - - - - etc/keystone.conf.sample - - - - - - - etc/keystone-paste.ini - - - - - - - etc/logging.conf.sample - - - - - + All the files in this section can be found in the /etc/keystone + directory. +
+ keystone.conf + The majority of the Identity service configuration is performed from the + keystone.conf file. + + + + +
+
+ keystone-paste.ini + The keystone-paste.ini file configures the + Web Service Gateway Interface (WSGI) middleware pipeline for + the Identity Service. + + + + + +
+
+ logging.conf + A special logging configuration file can be specified in the + keystone.conf configuration file (for example, + /etc/keystone/logging.conf). For details, see the Python + logging module documentation ( + Python Logging). + + + + +
+
+ policy.json + The policy.json file defines additional access controls that + apply to the Identity Service. + + + + +
+ \ No newline at end of file