Skip to content

Commit 01b019a

Browse files
authored
Update section_rhoso18_flashblade_configuration.rst
1 parent 4c05c1f commit 01b019a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/manila/configuration/manila_config_files/section_rhoso18_flashblade_configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1919
Requirements
2020
------------
@@ -66,7 +66,7 @@ Create a Secret file
6666
It is necessary to create a secret file that will contain the access
6767
credential(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
7070
a 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

0 commit comments

Comments
 (0)