You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section should be used in conjunction with `Deploying Pure Storage FlashArray
10
+
Cinder driver in a Red Hat OpenStack Platform <../cinder/configuration/cinder_config_files/section_rhosp162_director_flasharray_configuration.html>`__.
11
+
12
+
.. note::
13
+
14
+
For more information about RHOSP, please refer to its `documentation pages
RHOSP makes use of **TripleO Heat Templates (THT)**, which allows you to define
24
+
the Overcloud resources by creating environment files.
25
+
26
+
To ensure that your RHOSP environment is correctly configured to use Glance
27
+
Image Cache on Pure Storage FlashArrays edit your version of `cinder-pure-config.yaml <https://raw.githubusercontent.com/PureStorage-OpenConnect/tripleo-deployment-configs/master/RHOSP16.2/cinder-pure-config.yaml>`__
28
+
and add the following information:
29
+
30
+
.. code-block:: yaml
31
+
:name: custom-config.yaml
32
+
parameter_defaults:
33
+
ControllerExtraConfig:
34
+
cinder::config::cinder_config:
35
+
DEFAULT/cinder_internal_tenant_project_id:
36
+
value: PROJECT_ID
37
+
cinder::config::cinder_config:
38
+
DEFAULT/cinder_internal_tenant_user_id:
39
+
value: USER_ID
40
+
This will render the required parameters in the ``cinder.conf`` file as:
0 commit comments