From 4467692d962bcf68f59aaa5487ff52b9f2043bcf Mon Sep 17 00:00:00 2001 From: Ramana Raja Date: Thu, 20 Aug 2015 02:30:02 +0530 Subject: [PATCH] manila: add missing tempest config option Set missing tempest config option for glusterfs_native driver. Change-Id: I137d2a90bca3c92a57ef0cdbf3f5f8d05c12d392 --- devstack/post_test_hook.sh | 1 + manila/post_test_hook.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/devstack/post_test_hook.sh b/devstack/post_test_hook.sh index 6a428fc..bb96f4f 100755 --- a/devstack/post_test_hook.sh +++ b/devstack/post_test_hook.sh @@ -27,6 +27,7 @@ if [[ "$JOB_NAME" =~ "glusterfs-native" ]]; then local BACKEND_NAME="GLUSTERNATIVE" iniset $BASE/new/tempest/etc/tempest.conf share enable_protocols glusterfs iniset $BASE/new/tempest/etc/tempest.conf share storage_protocol GLUSTERFS + iniset $BASE/new/tempest/etc/tempest.conf share enable_cert_rules_for_protocols glusterfs else local BACKEND_NAME="GLUSTERFS" iniset $BASE/new/tempest/etc/tempest.conf share enable_protocols nfs diff --git a/manila/post_test_hook.sh b/manila/post_test_hook.sh index 6a428fc..bb96f4f 100755 --- a/manila/post_test_hook.sh +++ b/manila/post_test_hook.sh @@ -27,6 +27,7 @@ if [[ "$JOB_NAME" =~ "glusterfs-native" ]]; then local BACKEND_NAME="GLUSTERNATIVE" iniset $BASE/new/tempest/etc/tempest.conf share enable_protocols glusterfs iniset $BASE/new/tempest/etc/tempest.conf share storage_protocol GLUSTERFS + iniset $BASE/new/tempest/etc/tempest.conf share enable_cert_rules_for_protocols glusterfs else local BACKEND_NAME="GLUSTERFS" iniset $BASE/new/tempest/etc/tempest.conf share enable_protocols nfs