diff options
author | Eric Harney <eharney@redhat.com> | 2016-04-07 11:35:12 -0400 |
---|---|---|
committer | Eric Harney <eharney@redhat.com> | 2016-04-07 11:37:29 -0400 |
commit | 4727ada4574ef6ef7056d49b5d987edac36f6d21 (patch) | |
tree | 3c9bfce0d77d1dad517d0f9e64c08c022bdcca8d | |
parent | 448e760ed3608ac1d6fd194b746cd38e9d661a38 (diff) |
Set tempest storage_protocol to 'nfs'
Change-Id: Idb43e6b47da5adca435da2adad8ef7454d509496
Notes
Notes (review):
Code-Review+2: Eric Harney <eharney@redhat.com>
Workflow+1: Eric Harney <eharney@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 07 Apr 2016 17:48:10 +0000
Reviewed-on: https://review.openstack.org/302899
Project: openstack/devstack-plugin-nfs
Branch: refs/heads/master
-rw-r--r-- | devstack/override-defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devstack/override-defaults b/devstack/override-defaults index 5e013e3..30098f0 100644 --- a/devstack/override-defaults +++ b/devstack/override-defaults | |||
@@ -3,4 +3,6 @@ ENABLE_NFS_CINDER=$(trueorfalse True ENABLE_NFS_CINDER) | |||
3 | if [[ $ENABLE_NFS_CINDER == "True" ]]; then | 3 | if [[ $ENABLE_NFS_CINDER == "True" ]]; then |
4 | CINDER_DRIVER=nfs | 4 | CINDER_DRIVER=nfs |
5 | CINDER_ENABLED_BACKENDS=nfs:nfs | 5 | CINDER_ENABLED_BACKENDS=nfs:nfs |
6 | |||
7 | TEMPEST_STORAGE_PROTOCOL=nfs | ||
6 | fi | 8 | fi |