Browse code

Remove temporary fix for keystone.conf file.

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

Change-Id: I7fd73fa2658fcb8ba3a6db4d19ebde25e67cfbda

Josh Kearney authored on 2012/04/10 05:41:09
Showing 1 changed files
... ...
@@ -1547,14 +1547,6 @@ if is_service_enabled key; then
1547 1547
     fi
1548 1548
 
1549 1549
     if [[ "$KEYSTONE_CONF_DIR" != "$KEYSTONE_DIR/etc" ]]; then
1550
-        # FIXME(dtroyer): etc/keystone.conf causes trouble if the config files
1551
-        #                 are located anywhere else (say, /etc/keystone).
1552
-        #                 LP 966670 fixes this in keystone, we fix it
1553
-        #                 here until the bug fix is committed.
1554
-        if [[ -r $KEYSTONE_DIR/etc/keystone.conf ]]; then
1555
-            # Get the sample config file out of the way
1556
-            mv $KEYSTONE_DIR/etc/keystone.conf $KEYSTONE_DIR/etc/keystone.conf.sample
1557
-        fi
1558 1550
         cp -p $KEYSTONE_DIR/etc/keystone.conf.sample $KEYSTONE_CONF
1559 1551
         cp -p $KEYSTONE_DIR/etc/policy.json $KEYSTONE_CONF_DIR
1560 1552
     fi