Merge "TrivialFix: Remove deprecated option 'DEFAULT/verbose'"
This commit is contained in:
commit
f40ca30007
@ -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`
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user