Revert the change disabling debug log for keystone

As the keystone project has reverted the new added debug log which
makes debug log file too large, we can enable the debug now.

Change-Id: I56311f4ff62fd8c0f70d79a4ad5acd81a8381e6f
This commit is contained in:
Jianghua Wang 2016-08-18 13:21:10 +08:00
parent 18fe366764
commit 57d35134ce

View File

@ -84,10 +84,10 @@ PUBNET=$(run_in_domzero xe network-create name-label=pubnet </dev/null)
PUBVIF=$(run_in_domzero xe vif-create vm-uuid=$APP network-uuid=$PUBNET device=4 </dev/null)
run_in_domzero xe vif-plug uuid=$PUBVIF </dev/null
# Set to keep localrc file as we will config localrc during pre_test_hook
export KEEP_LOCALRC=1
if [ "$DEVSTACK_GATE_NEUTRON" -eq "1" ]; then
# Set to keep localrc file as we will config localrc during pre_test_hook
export KEEP_LOCALRC=1
# Create integration network for compute node
INTNET=$(run_in_domzero xe network-create name-label=intnet </dev/null)
export INTBRIDGE=$(run_in_domzero xe network-param-get param-name=bridge uuid=$INTNET </dev/null)
@ -167,15 +167,6 @@ CRONTAB
} | run_in_domzero
)
(
localconf="/opt/stack/new/devstack/local.conf"
cat <<EOF >>"$localconf"
[[post-config|/etc/keystone/keystone.conf]]
[DEFAULT]
debug = False
EOF
)
## config interface and localrc for neutron network
(
if [ "$DEVSTACK_GATE_NEUTRON" -eq "1" ]; then