Merge "TrivialFix: Remove deprecated option 'DEFAULT/verbose'"

This commit is contained in:
Jenkins 2016-02-07 06:01:17 +00:00 committed by Gerrit Code Review
commit f40ca30007
2 changed files with 1 additions and 3 deletions

View File

@ -160,7 +160,6 @@ function configure_manila {
iniset $MANILA_CONF DEFAULT auth_strategy keystone
iniset $MANILA_CONF DEFAULT debug True
iniset $MANILA_CONF DEFAULT verbose True
iniset $MANILA_CONF DEFAULT scheduler_driver $MANILA_SCHEDULER_DRIVER
iniset $MANILA_CONF DEFAULT share_name_template ${SHARE_NAME_PREFIX}%s
iniset $MANILA_CONF DATABASE connection `database_connection_url manila`

View File

@ -318,8 +318,7 @@ Open Manila configuration file `/etc/manila/manila.conf`::
# Set scheduler driver with usage of filters. Recommended.
scheduler_driver = manila.scheduler.drivers.filter.FilterScheduler
# Set following two opts to True to get maximum info in logging.
verbose = True
# Set following opt to True to get more info in logging.
debug = True
[london]