We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7748fb + 07e27e0 commit c1a37a5Copy full SHA for c1a37a5
stack.sh
@@ -1547,14 +1547,6 @@ if is_service_enabled key; then
1547
fi
1548
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
cp -p $KEYSTONE_DIR/etc/keystone.conf.sample $KEYSTONE_CONF
1559
cp -p $KEYSTONE_DIR/etc/policy.json $KEYSTONE_CONF_DIR
1560
0 commit comments