Nova: remove hardcoded debug for API service

This PS removes the hardcoded debug flag on the api service.

Change-Id: I8413cb832be57e32af29d02b2aae322a250ecb34
This commit is contained in:
Pete Birley 2017-08-14 08:30:56 -05:00
parent a95845062f
commit 794d11ce69

View File

@ -21,7 +21,7 @@ COMMAND="${@:-start}"
function start () { function start () {
exec nova-api-os-compute \ exec nova-api-os-compute \
--config-file /etc/nova/nova.conf --debug --config-file /etc/nova/nova.conf
} }
function stop () { function stop () {