diff options
author | Eric Harney <eharney@redhat.com> | 2017-05-22 11:34:55 -0400 |
---|---|---|
committer | Eric Harney <eharney@redhat.com> | 2017-05-22 11:35:19 -0400 |
commit | 65ebbb0b2ab55b7fc7e66dfa09a63862a694e4e7 (patch) | |
tree | 027f195b3168f416b9f4c66d1f5dbc2ae5ff66a0 | |
parent | e0e6d0ee67caeeeeac77e1b5e8942956097da9ad (diff) |
Disable attach encrypted volume
This is not currently supported for NFS.
Change-Id: Ifc85b6d4d9ad4cbc0b526f718f919d7e4d75a533
Notes
Notes (review):
Code-Review+2: Eric Harney <eharney@redhat.com>
Workflow+1: Eric Harney <eharney@redhat.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Tue, 13 Feb 2018 19:46:36 +0000
Reviewed-on: https://review.openstack.org/466776
Project: openstack/devstack-plugin-nfs
Branch: refs/heads/master
-rw-r--r-- | devstack/plugin.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh index cefa934..6148693 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh | |||
@@ -84,6 +84,8 @@ function configure_tempest_nfs { | |||
84 | iniset $TEMPEST_CONFIG volume-feature-enabled backup False | 84 | iniset $TEMPEST_CONFIG volume-feature-enabled backup False |
85 | iniset $TEMPEST_CONFIG volume-feature-enabled clone False | 85 | iniset $TEMPEST_CONFIG volume-feature-enabled clone False |
86 | iniset $TEMPEST_CONFIG volume-feature-enabled manage_snapshot False | 86 | iniset $TEMPEST_CONFIG volume-feature-enabled manage_snapshot False |
87 | |||
88 | iniset $TEMPEST_CONFIG compute-feature-enabled attach_encrypted_volume False | ||
87 | } | 89 | } |
88 | 90 | ||
89 | 91 | ||