Verbose option has been deprecated from oslo.log

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

Change-Id: I578d94d35c69c1a78510a736a5ef486748d17856
This commit is contained in:
Travis Truman 2016-05-17 11:21:14 -04:00 committed by Jimmy McCrory
parent 994bb0f40c
commit 4f9caaa58d
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
## Verbosity Options
debug: False
verbose: True
# These variables are used in 'developer mode' in order to allow the role
# to build an environment directly from a git source without the presence

View File

@ -1,7 +1,6 @@
# {{ ansible_managed }}
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
{% if keystone_public_endpoint is defined %}
public_endpoint = {{ keystone_public_endpoint }}