Merge "Remove obsolete option: enabled_backends"
This commit is contained in:
commit
b76becd303
@ -31,16 +31,16 @@ available capacity are met).
|
||||
|
||||
Enable multiple back ends
|
||||
=========================
|
||||
To enable multiple share back ends, you must set the enabled_backends flag
|
||||
in the manila.conf file. This flag defines the names (separated by a comma)
|
||||
of the configuration stanzas for the different back ends: one name is
|
||||
To enable multiple share back ends, you must set the enabled_share_backends
|
||||
flag in the manila.conf file. This flag defines the names (separated by a
|
||||
comma) of the configuration stanzas for the different back ends: one name is
|
||||
associated to one configuration group for a back end.
|
||||
|
||||
The following example shows five configured back ends:
|
||||
|
||||
[DEFAULT]
|
||||
|
||||
enabled_backends=backendEMC1,backendEMC2,backendGeneric1,backendGeneric2,backendNetApp
|
||||
enabled_share_backends=backendEMC1,backendEMC2,backendGeneric1,backendGeneric2,backendNetApp
|
||||
|
||||
[backendEMC1]
|
||||
share_driver=manila.share.drivers.emc.driver.EMCShareDriver
|
||||
|
@ -159,11 +159,6 @@ global_opts = [
|
||||
default='keystone',
|
||||
help='The strategy to use for auth. Supports noauth, keystone, '
|
||||
'and deprecated.'),
|
||||
cfg.ListOpt('enabled_backends',
|
||||
default=None,
|
||||
help='A list of backend names to use. These backend names '
|
||||
'should be backed by a unique [CONFIG] group '
|
||||
'with its options.'),
|
||||
cfg.ListOpt('enabled_share_backends',
|
||||
default=None,
|
||||
help='A list of share backend names to use. These backend '
|
||||
|
Loading…
Reference in New Issue
Block a user