Skip to content

Commit ff1ae92

Browse files
authored
Merge pull request #41 from PureStorage-OpenConnect/zed_deprecation_fix
Fix deprecated params
2 parents d005707 + 18d48e3 commit ff1ae92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/cinder/configuration/cinder_config_files/section_rhosp161_director_flasharray_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Create a new environment file ``custom_container_pure.yaml`` in the directory
154154
.. code-block:: bash
155155
156156
parameter_defaults:
157-
DockerCinderVolumeImage: <registry:port>/<directory>/openstack-cinder-volume-pure:latest
157+
ContainerCinderVolumeImage: <registry:port>/<directory>/openstack-cinder-volume-pure:latest
158158
159159
Alternatively, you may edit the container images environment file (usually
160160
``overcloud_images.yaml``, created when the ``openstack overcloud container

source/cinder/configuration/cinder_config_files/section_rhosp162_director_flasharray_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Create a new environment file ``custom_container_pure.yaml`` in the directory
154154
.. code-block:: bash
155155
156156
parameter_defaults:
157-
DockerCinderVolumeImage: <registry:port>/<directory>/openstack-cinder-volume-pure:latest
157+
ContainerCinderVolumeImage: <registry:port>/<directory>/openstack-cinder-volume-pure:latest
158158
159159
Alternatively, you may edit the container images environment file (usually
160160
``overcloud_images.yaml``, created when the ``openstack overcloud container

source/cinder/configuration/cinder_config_files/section_rhosp16_director_flasharray_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Create a new environment file ``custom_container_pure.yaml`` in the directory
154154
.. code-block:: bash
155155
156156
parameter_defaults:
157-
DockerCinderVolumeImage: <registry:port>/<directory>/openstack-cinder-volume-pure:latest
157+
ContainerCinderVolumeImage: <registry:port>/<directory>/openstack-cinder-volume-pure:latest
158158
159159
Alternatively, you may edit the container images environment file (usually
160160
``overcloud_images.yaml``, created when the ``openstack overcloud container

0 commit comments

Comments
 (0)