Enable scenario tests with CEPHFS

Allow running api and scenario tests
together in the manila test jobs.

Change-Id: Ifbf998d7c8a27ad22a39f46547d1548c052614d0
This commit is contained in:
Goutham Pacha Ravi
2019-05-07 12:15:47 -07:00
parent 29510701eb
commit 5ca1f397ba
3 changed files with 23 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ if (is_ceph_enabled_for_service manila); then
MANILA_OPTGROUP_cephfsnfs1_cephfs_conf_path=${CEPH_CONF_FILE}
MANILA_OPTGROUP_cephfsnfs1_cephfs_auth_id=${MANILA_CEPH_USER}
MANILA_OPTGROUP_cephfsnfs1_cephfs_protocol_helper_type=NFS
MANILA_OPTGROUP_cephfsnfs1_cephfs_ganesha_server_ip=$HOST_IP
MANILA_OPTGROUP_cephfsnfs1_ganesha_rados_store_enable=${MANILA_CEPH_GANESHA_RADOS_STORE}
if [ $MANILA_CEPH_GANESHA_RADOS_STORE == 'True' ]; then