Skip to content

Commit 08d4ca0

Browse files
committed
standardizing on Vserver in documentation and packstack plugins
s/vServer/Vserver/ link from netapp's site has the naming "Vserver" https://library.netapp.com/ecmdocs/ECMP1196798/html/GUID-E643017F-041B-4ECC-BEA1-E4D80E26A47E.html so standardizing on that case through out the code and documentation Change-Id: Iccddf4a731dc9b5a26cd2816f149062e3c93f997
1 parent 1d6372f commit 08d4ca0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/packstack.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Cinder NetApp 7-mode FC configuration
556556
**CONFIG_CINDER_NETAPP_PARTNER_BACKEND_NAME**
557557
The name of the config.conf stanza for a Data ONTAP (7-mode) HA partner. This option is only used by the driver when connecting to an instance with a storage family of Data ONTAP operating in 7-Mode, and it is required if the storage protocol selected is FC. Defaults to: ''.
558558

559-
Cinder NetApp vServer configuration
559+
Cinder NetApp Vserver configuration
560560
-----------------------------------
561561

562562
**CONFIG_CINDER_NETAPP_VSERVER**

packstack/plugins/cinder_250.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def initConfig(controller):
505505
"POST_CONDITION_MATCH": True},
506506

507507
{"GROUP_NAME": "CINDERNETAPPVSERVER",
508-
"DESCRIPTION": "Cinder NetApp vServer configuration",
508+
"DESCRIPTION": "Cinder NetApp Vserver configuration",
509509
"PRE_CONDITION": check_netapp_vserver_options,
510510
"PRE_CONDITION_MATCH": True,
511511
"POST_CONDITION": False,

0 commit comments

Comments
 (0)