Fix up glusterfs server name to 'glusterfs-server1'
Glusterfs volume has AUTH_SSL_ALLOW option to authorize access list. Manila try to find the access list by matching with 'glusterfs-server' or 'manila-host'. Fix up tls name to 'glusterfs-server1'. Change-Id: I3a0b8bc25e6ab355f3e692e1804363be2efee10f
This commit is contained in:
parent
65966ffb5d
commit
03d786098c
@ -326,10 +326,8 @@ function _configure_glusterfs_server_in_local_host_for_tls_support {
|
||||
|
||||
# Setup and configure glusterfs_native.py as the backend share driver for Manila
|
||||
function _configure_manila_glusterfs_native {
|
||||
|
||||
|
||||
# Create necessary files to allow GlusterFS volumes to use TLS features
|
||||
local common_name=server.com
|
||||
local common_name=glusterfs-server1
|
||||
_configure_glusterfs_server_in_local_host_for_tls_support $common_name
|
||||
|
||||
# Create four GlusterFS volumes to be used as shares.
|
||||
|
Loading…
x
Reference in New Issue
Block a user