Use backquotes instead of double quotes in the README file

This commit is contained in:
Luciano Lo Giudice
2021-09-23 11:47:06 -03:00
parent 501597a803
commit f770c8311b

View File

@@ -12,11 +12,11 @@ This section covers common and/or important configuration options. See file `con
### `netapp-storage-family` ### `netapp-storage-family`
The storage family type that is used for the storage system. Can be "ontap_cluster" for clustering data ONTAP, or "eseries". The storage family type that is used for the storage system. Can be `ontap_cluster` for clustering data ONTAP, or `eseries`.
### `netapp-storage-protocol` ### `netapp-storage-protocol`
The SAN protocol to use. Can be either "iscsi" or "NFS". The SAN protocol to use. Can be either `iscsi` or `NFS`.
### `netapp-vserver` ### `netapp-vserver`
@@ -38,7 +38,7 @@ The username used to access the storage server or proxy.
### `netapp-password` ### `netapp-password`
The password used to authenticate the "login" option. The password used to authenticate the `login` option.
### `netapp-nfs-shares-config` ### `netapp-nfs-shares-config`
@@ -47,7 +47,7 @@ Cinder volumes.
### `netapp-controller-ips` ### `netapp-controller-ips`
If the storage family is "eseries", this option specifies a comma-separated list of controller hostnames or IP addresses If the storage family is `eseries`, this option specifies a comma-separated list of controller hostnames or IP addresses
to be used for provisioning. to be used for provisioning.
### `netapp-array-password` ### `netapp-array-password`