Make debug option name consistent for Nova

Change-Id: I2535e6ce5e2afc265a25c2a02683f5b953a0d577
This commit is contained in:
Sergey Kraynev 2017-02-21 06:37:45 +00:00
parent 7abcf02247
commit 674bb7cbf3
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ configs:
- ServerGroupAffinityFilter
- SameHostFilter
- DifferentHostFilter
logging_debug: false
debug: false
console: "novnc"
virt_type: "kvm"

View File

@ -1,6 +1,6 @@
# nova.conf
[DEFAULT]
debug = {{ nova.logging_debug }}
debug = {{ nova.debug }}
state_path = /var/lib/nova