From 07e27e0b2399f4c1dedc59bf9b02a2077dcc6fbb Mon Sep 17 00:00:00 2001 From: Josh Kearney Date: Mon, 9 Apr 2012 15:41:09 -0500 Subject: [PATCH] Remove temporary fix for keystone.conf file. Fixed in https://review.openstack.org/#change,6387. Change-Id: I7fd73fa2658fcb8ba3a6db4d19ebde25e67cfbda --- stack.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/stack.sh b/stack.sh index 8a936082f1..86e8203c15 100755 --- a/stack.sh +++ b/stack.sh @@ -1547,14 +1547,6 @@ if is_service_enabled key; then fi if [[ "$KEYSTONE_CONF_DIR" != "$KEYSTONE_DIR/etc" ]]; then - # FIXME(dtroyer): etc/keystone.conf causes trouble if the config files - # are located anywhere else (say, /etc/keystone). - # LP 966670 fixes this in keystone, we fix it - # here until the bug fix is committed. - if [[ -r $KEYSTONE_DIR/etc/keystone.conf ]]; then - # Get the sample config file out of the way - mv $KEYSTONE_DIR/etc/keystone.conf $KEYSTONE_DIR/etc/keystone.conf.sample - fi cp -p $KEYSTONE_DIR/etc/keystone.conf.sample $KEYSTONE_CONF cp -p $KEYSTONE_DIR/etc/policy.json $KEYSTONE_CONF_DIR fi