Fix glusterfs config option

The manila glusterfs option
"glusterfs_native_path_to_private_key"
is a deprecated name for "glusterfs_path_to_private_key" [1]
and the fallback is being removed in manila. [2]

[1] 99725abba1/manila/share/drivers/glusterfs/common.py (L41-L42)
[2] https://review.opendev.org/745206/

Change-Id: I8e2eb3e0a19aa7968ad5a6a49272e70b47b063b8
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi 2020-08-10 16:38:28 -07:00
parent 0392e3c563
commit 5ddd1f6083
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ class packstack::manila::backend::glusternative ()
{
manila::backend::glusternative{ 'glusternative':
glusterfs_servers => hiera('CONFIG_MANILA_GLUSTERFS_SERVERS'),
glusterfs_native_path_to_private_key => hiera('CONFIG_MANILA_GLUSTERFS_NATIVE_PATH_TO_PRIVATE_KEY'),
glusterfs_path_to_private_key => hiera('CONFIG_MANILA_GLUSTERFS_NATIVE_PATH_TO_PRIVATE_KEY'),
glusterfs_volume_pattern => hiera('CONFIG_MANILA_GLUSTERFS_VOLUME_PATTERN'),
}