manila/manila/tests/share
Goutham Pacha Ravi a75fe3d7cc Allow configuration of a back end specific availability zone
"storage_availability_zone" in the [DEFAULT] section of
manila's configuration file has allowed deployers to configure
and manage both service (scheduler, share manager) and storage
system availability. However, quite often manila's services
(api, scheduler, share and data managers) are run on a dedicated
control plane that is a different failure domain from that of
the storage that manila manages.

Also, when using share replication, deployers would need to
run multiple manila share manager services with different
configuration files, each with their own
"storage_availability_zone".

To allow flexibility of separating service and storage
availability zones, we introduce a new configuration option
"backend_availability_zone" within the share driver/backend
section. When this option is used, it will override the value
of the "storage_availability_zone" from the [DEFAULT] section.

Change-Id: Ice99a880dd7be7af94dea86b31a6db88be3d7d9b
Implements: bp per-backend-availability-zones
2019-01-23 17:13:24 +00:00
..
drivers Allow configuration of a back end specific availability zone 2019-01-23 17:13:24 +00:00
__init__.py Remove reference to 'in-use' state in share manager 2014-07-25 12:06:00 -04:00
test_access.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
test_api.py check all_tenants value in share api 2018-07-29 00:26:13 +08:00
test_driver.py Simplify the way drivers report support for ipv6 2017-12-06 15:21:53 +00:00
test_drivers_private_data.py Remove "host" from driver private data 2016-07-26 14:57:34 +08:00
test_hook.py Fix unit test failures in gate 2017-05-07 14:50:01 -04:00
test_manager.py Allow configuration of a back end specific availability zone 2019-01-23 17:13:24 +00:00
test_migration.py Fix Host-assisted Share Migration with IPv4+IPv6 2018-02-06 17:23:16 -05:00
test_rpcapi.py Remove unused self.context 2017-05-10 09:25:38 +08:00
test_share_types.py Fix bug for share type filter search 2018-05-02 18:05:22 +00:00
test_share_utils.py Fix Host-assisted Share Migration with IPv4+IPv6 2018-02-06 17:23:16 -05:00
test_snapshot_access.py Fix error'ed access rules being sent to driver 2017-01-31 19:17:05 +00:00