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: Ib72e77525ee9b031b4e11c07ead3bca3c5cd1a9a
This commit is contained in:
Travis Truman 2016-05-17 11:07:07 -04:00
parent e957326fc3
commit e0121f8833
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,4 @@
[DEFAULT]
# Show more verbose log output (sets INFO log level output)
verbose = True
# Show debugging output in logs (sets DEBUG log level output)
#debug = True

View File

@ -47,7 +47,6 @@ openrc_os_password: "{{ keystone_auth_admin_password }}"
rabbitmq_port: 5671
rabbitmq_servers: 10.100.100.2
rabbitmq_use_ssl: true
verbose: true
barbican_service_publicurl: "http://10.100.100.4:9311"
barbican_service_internalurl: "{{ barbican_service_publicurl }}"
barbican_service_adminurl: "{{ barbican_service_publicurl }}"