diff --git a/doc/source/reference/storage/cinder-guide-pure.rst b/doc/source/reference/storage/cinder-guide-pure.rst index b38c1ea23c..2e900458de 100644 --- a/doc/source/reference/storage/cinder-guide-pure.rst +++ b/doc/source/reference/storage/cinder-guide-pure.rst @@ -71,7 +71,12 @@ If you wish to use any of these parameters then refer to the `Service Configuration `_ documentation for instructions using the INI update strategy. -The use of this backend requires that the ``purestorage`` SDK package is -installed in the ``cinder-volume`` container. To do this follow the steps +The use of this backend requires that an additional Python SDK package is +installed in the ``cinder-volume`` container. + +Prior to 2024.2 (Dalmatian) the ``purestorage`` SDK is required. From +2024.2 (Dalmatian) the SDK to install is called ``py-pure-client``. + +To install the appropriate SDK follow the steps outlined in the `kolla image building guide `_ particularly the ``Package Customisation`` and ``Custom Repos`` sections.