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.
14
14
.. note ::
15
15
16
16
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> `_.
18
18
19
19
Requirements
20
20
------------
@@ -66,7 +66,7 @@ Create a Secret file
66
66
It is necessary to create a secret file that will contain the access
67
67
credential(s) for your backend Pure FlashBlade(s) in your RHOSO deployment.
68
68
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
70
70
a FlashBlade. If using multiple backends you need to define a unique secret for each.
71
71
72
72
.. code-block :: yaml
@@ -82,7 +82,7 @@ Create the OpenShift secret based on the above configuration file:
82
82
.. code-block :: bash
83
83
:name: manila-secret
84
84
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
86
86
87
87
For security, you may now delete the configuration file.
88
88
You can’t perform that action at this time.
0 commit comments