File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/manila/configuration/manila_config_files Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ deploy single or multiple FlashBlade manila back ends in a RHOSO cluster.
1414.. note ::
1515
1616 For more information about RHOSO, please refer to its `documentation pages
17- <https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0-beta /html/deploying_red_hat_openstack_services_on_openshift/index> `_.
17+ <https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/index> `_.
1818
1919Requirements
2020------------
@@ -66,7 +66,7 @@ Create a Secret file
6666It is necessary to create a secret file that will contain the access
6767credential(s) for your backend Pure FlashBlade(s) in your RHOSO deployment.
6868
69- In this following example file (``pure-secrets.yaml ``) secrets are provided for
69+ In this following example file (``pure-fb- secrets.yaml ``) secrets are provided for
7070a FlashBlade. If using multiple backends you need to define a unique secret for each.
7171
7272.. code-block :: yaml
@@ -82,7 +82,7 @@ Create the OpenShift secret based on the above configuration file:
8282.. code-block :: bash
8383 :name: manila-secret
8484
85- $ oc create secret generic pure-fb-secret --from-file=pure-secrets.yaml
85+ $ oc create secret generic pure-fb-secret --from-file=pure-fb- secrets.yaml
8686
8787 For security, you may now delete the configuration file.
8888
You can’t perform that action at this time.
0 commit comments