manila/manila/tests/share/drivers/glusterfs
Csaba Henk 42f6a55c0a glusterfs*: fix ssh credential options
glusterfs and glusterfs_native had a distinct
set of options to specify ssh credentials
(glusterfs_server_password vs glusterfs_native_server_password
and glusterfs_path_to_private_key vs glusterfs_native_path_to_private_key).

There is no reason to keep these separate; but worsening the situations
these options have been moved to layouts in an ad-hoc manner,
breaking certain driver/layout combos whereby the credential
option used by the driver is not provided by the chosen layout
and thus it was undefined.

Fix all the mess by defining glusterfs_server_password and
glusterfs_path_to_private_key in glusterfs.common, and
providing the native variants as deprecated aliases.

Change-Id: I48f8673858d2bff95e66bb7e72911e87030fdc0e
Closes-Bug: #1497212
2015-09-22 12:36:47 +02:00
..
__init__.py glusterfs*: factor out common parts 2015-09-04 19:24:47 +02:00
test_common.py glusterfs/common: refactor GlusterManager 2015-09-04 19:24:51 +02:00
test_layout.py glusterfs/layout: add layout base classes 2015-09-06 03:19:02 +00:00
test_layout_directory.py glusterfs*: amend export location 2015-09-18 14:06:54 +02:00
test_layout_volume.py glusterfs*: fix ssh credential options 2015-09-22 12:36:47 +02:00