/usr/share/tripleo-image-elements/keystone/README.md is in python-tripleo-image-elements 0.7.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | This element installs the Keystone service from git.
Upon booting the image, the service should be running on port 5000.
Configuration
-------------
NOTE: Keystone requires the keystone.db key to be set via Heat Metadata.
keystone:
db: "mysql://keyuser:keypass@localhost/keystone"
verbose: False
- Print more verbose output
debug: False
- Print debugging output (includes plaintext request logging, potentially including passwords)
NOTE: Token cleanup will cause poor performance until the upstream
bug (https://bugs.launchpad.net/keystone/+bug/1188378) is fixed. This
problem is fixed in some distributions (Ubuntu, RHEL, CentOS) where
percona-toolkit's is supported and used to clean out the table on mysql.
http://www.percona.com/mysql-support/policies/percona-toolkit-supported-platforms-and-versions
|