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:
parent
a95845062f
commit
794d11ce69
@ -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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user