Merge "Nova: remove hardcoded debug for API service"
This commit is contained in:
commit
b0f53eec2c
@ -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