Make debug option name consistent for Ironic

Change-Id: If7fd134da9cca00719ad494becffaa926f56165a
This commit is contained in:
Sergey Kraynev 2017-02-21 06:52:58 +00:00
parent 42a2075cdd
commit 6e2b9551ba
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ configs:
password: password
name: ironic
logging_debug: false
debug: false
automated_clean: false
enabled_drivers: "fake,pxe_ssh_ansible,pxe_ipmitool_ansible"

View File

@ -1,5 +1,5 @@
[DEFAULT]
debug = {{ ironic.logging_debug }}
debug = {{ ironic.debug }}
use_syslog = false
use_stderr = true