]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Support insecure NAS security options in Quobyte
authorSilvan Kaiser <silvan@quobyte.com>
Wed, 14 Oct 2015 11:49:09 +0000 (13:49 +0200)
committerSilvan Kaiser <silvan@quobyte.com>
Tue, 27 Oct 2015 15:26:52 +0000 (16:26 +0100)
commitba202f6a0c0d0d6112c71cc8811f87354813130c
treebdbd8172b2f8e904f5122dd715aaa5953d613839
parentec98796767d1d743a30767edb9a1f3bb7d4deba8
Support insecure NAS security options in Quobyte

So far the nas_secure_file_* options have been hardcoded to
'true' in the Quobyte Cinder driver. This change
implements tests and a change to the set_nas_security_options
method that allows setting these options to false.

Implements: blueprint allow-insecure-conf-in-quobyte

Change-Id: Iffcafd843340059f9b35e9844939cdb004cafbea
cinder/tests/unit/test_quobyte.py
cinder/volume/drivers/quobyte.py