tripleo-image-elements/elements/keystone
Clint Byrum 1105e565a0 Work around missing kombu requirement for keystone
Keystone has switched to oslo.messaging and thus is missing a
requirement for the backend drivers.

We only use kombu, so we can force it in until oslo.messaging is fixed.

Change-Id: I2ffb6683f51c70d67da043a4907ba84330e75b9f
Closes-Bug: #1288425
2014-03-05 14:24:01 -08:00
..
install.d Work around missing kombu requirement for keystone 2014-03-05 14:24:01 -08:00
os-apply-config/etc/keystone Update keystone config to use external paste.ini 2014-02-16 13:08:27 -08:00
os-refresh-config Merge "Moving iptables rules to the relevant elements" 2014-01-30 21:41:43 +00:00
cleanup-keystone-tokens.sh Install keystone-manage into /usr/local/bin 2014-01-28 13:44:33 -05:00
element-deps Moving iptables rules to the relevant elements 2014-01-28 06:31:54 -05:00
keystone.crontab keystone crontab PATH needs /usr/local/bin 2014-02-07 13:31:53 -08:00
README.md Keystone: make logging configurable... 2013-12-16 19:22:31 -05:00
source-repository-keystone Use openstack git repos when possible 2013-11-15 10:48:11 +02:00

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