diff --git a/nova/templates/bin/_nova-api.sh.tpl b/nova/templates/bin/_nova-api.sh.tpl index dadf3019db..6d3cb0cf3c 100644 --- a/nova/templates/bin/_nova-api.sh.tpl +++ b/nova/templates/bin/_nova-api.sh.tpl @@ -21,7 +21,7 @@ COMMAND="${@:-start}" function start () { exec nova-api-os-compute \ - --config-file /etc/nova/nova.conf --debug + --config-file /etc/nova/nova.conf } function stop () {