From 794d11ce6963621f867665f96c9411652214296b Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Mon, 14 Aug 2017 08:30:56 -0500 Subject: [PATCH] Nova: remove hardcoded debug for API service This PS removes the hardcoded debug flag on the api service. Change-Id: I8413cb832be57e32af29d02b2aae322a250ecb34 --- nova/templates/bin/_nova-api.sh.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/templates/bin/_nova-api.sh.tpl b/nova/templates/bin/_nova-api.sh.tpl index dadf3019db..6d3cb0cf3c 100644 --- a/nova/templates/bin/_nova-api.sh.tpl +++ b/nova/templates/bin/_nova-api.sh.tpl @@ -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 () {