Merge "Transport ManilaCephFSDataPoolName to Manila CephFS template" into stable/rocky

This commit is contained in:
Zuul 2019-08-02 19:27:32 +00:00 committed by Gerrit Code Review
commit 2869f55fa2
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,9 @@ parameters:
The Ceph cluster name must be at least 1 character and contain only
letters and numbers.
# CephFS backend params:
ManilaCephFSDataPoolName:
default: manila_data
type: string
ManilaCephFSBackendName:
type: string
default: cephfs
@ -82,6 +85,7 @@ outputs:
config_settings:
manila::backend::cephfs::title: {get_param: ManilaCephFSBackendName}
manila::backend::cephfs::driver_handles_share_servers: {get_param: ManilaCephFSDriverHandlesShareServers}
manila::backend::cephfs::pool_name: {get_param: ManilaCephFSDataPoolName}
manila::backend::cephfs::share_backend_name: {get_param: ManilaCephFSShareBackendName}
manila::backend::cephfs::cephfs_conf_path:
list_join: