Remove temporary fix for keystone.conf file.

Fixed in https://review.openstack.org/#change,6387.

Change-Id: I7fd73fa2658fcb8ba3a6db4d19ebde25e67cfbda
This commit is contained in:
Josh Kearney 2012-04-09 15:41:09 -05:00
parent a62a03fb16
commit 07e27e0b23

View File

@ -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