Merge "Nova: remove hardcoded debug for API service"

This commit is contained in:
Jenkins 2017-08-15 15:56:21 +00:00 committed by Gerrit Code Review
commit b0f53eec2c

View File

@ -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 () {