---------------------------
The ``rados`` module provides ``librados`` support to Python
-applications. You may install ``python3-rados`` for Debian, Ubuntu, SLE or
-openSUSE or the ``python-rados`` package for CentOS/RHEL.
+applications. You may install the ``python3-rados`` package.
To install ``librados`` development support files for Python on Debian/Ubuntu
distributions, execute the following:
.. prompt:: bash $
- sudo yum install python-rados
+ sudo yum install python3-rados
To install ``librados`` development support files for Python on SLE/openSUSE
distributions, execute the following:
On the ``glance-api`` node, you will need the Python bindings for ``librbd``::
- sudo apt-get install python-rbd
- sudo yum install python-rbd
+ sudo apt-get install python3-rbd
+ sudo yum install python3-rbd
On the ``nova-compute``, ``cinder-backup`` and on the ``cinder-volume`` node,
use both the Python bindings and the client command line tools::