Verbose option has been deprecated from oslo.log

The user variable ``verbose`` has thus also been removed.

See http://lists.openstack.org/pipermail/openstack-dev/2016-May/095166.html
for additional details.

Depends-On: I9e64d80fb41b3643390f4cee18cd77c3b88f7660
Depends-On: Iad6785f1b445703fcfd84a5582ca81849d70ceed
Change-Id: I03034a52116931d218013f6c4cc55ea78208db91
This commit is contained in:
Travis Truman 2016-05-17 11:34:03 -04:00
parent 12d9ef21ea
commit 6e9db90fef
3 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,6 @@
## Debug and Verbose options.
debug: false
verbose: false
## Common Ceilometer Overrides
# ceilometer_db_type: mongodb

View File

@ -15,7 +15,6 @@
## Verbosity Options
debug: False
verbose: True
## SSH connection wait time

View File

@ -0,0 +1,4 @@
---
upgrade:
- The variable ``verbose`` has been removed. Deployers should rely on the
``debug`` var to enable higher levels of logging.