Merge "Make debug option name consistent for Nova"

This commit is contained in:
Jenkins 2017-02-21 07:07:55 +00:00 committed by Gerrit Code Review
commit 297306266b
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