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

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