From 190274c3f7c972f27d476481c990117ff467cb1c Mon Sep 17 00:00:00 2001 From: Rajat Dhasmana Date: Tue, 23 Aug 2022 06:25:30 +0000 Subject: [PATCH] nit: correct storwize_portset help text Correct the storwize_portset help text with reference to change https://review.opendev.org/c/openstack/cinder/+/852828. Change-Id: I75dacc31d3ed37c6fa4d9be7139f15df287070e4 --- cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py b/cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py index b1e6fb6d1ec..2e15e1b5ef3 100644 --- a/cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py +++ b/cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py @@ -136,7 +136,7 @@ storwize_svc_opts = [ cfg.StrOpt('storwize_portset', default=None, help='Specifies the name of the portset in which ' - 'host to be created.'), + 'the host is to be created.'), cfg.StrOpt('storwize_svc_src_child_pool', default=None, help='Specifies the name of the source child pool in which '