diff --git a/manila/share/drivers/netapp/options.py b/manila/share/drivers/netapp/options.py index aa2e56be14..6ef56face8 100644 --- a/manila/share/drivers/netapp/options.py +++ b/manila/share/drivers/netapp/options.py @@ -47,13 +47,13 @@ netapp_transport_opts = [ 'the storage system or proxy server. Valid values are ' 'http or https.')), cfg.StrOpt('netapp_ssl_cert_path', - help=('The path to a CA_BUNDLE file or directory with ' - 'certificates of trusted CA. If set to a directory, it ' - 'must have been processed using the c_rehash utility ' - 'supplied with OpenSSL. If not informed, it will use the ' - 'Mozilla\'s carefully curated collection of Root ' - 'Certificates for validating the trustworthiness of SSL ' - 'certificates.')), ] + help=("The path to a CA_BUNDLE file or directory with " + "certificates of trusted CA. If set to a directory, it " + "must have been processed using the c_rehash utility " + "supplied with OpenSSL. If not informed, it will use the " + "Mozilla's carefully curated collection of Root " + "Certificates for validating the trustworthiness of SSL " + "certificates.")), ] netapp_basicauth_opts = [ cfg.StrOpt('netapp_login',