nova/releasenotes/notes/ceph-minimum-version-bump-6ef4597c3e117201.yaml
Stephen Finucane 1e70cb8d4d rbd: Remove unnecessary 'encode' calls
The ceph 'rbd' library (librados) now supports Python 3 and, by
extension, unicode strings [1]. There is no need to keep these encode
calls around: if a user is running nova under Python 3, then it is safe
to assume that they are using a Python 3-compatible version of librados.

[1] https://github.com/ceph/ceph/blob/v11.1.0/src/pybind/rados/rados.pyx#L30-L36

Change-Id: Ic1afb3e66bd0991047f97fa74f9d2fbbb837401a
2017-09-05 15:04:14 +01:00

7 lines
235 B
YAML

---
upgrade:
- |
Nova now requires Ceph/librados >= 11.1.0 if running under Python 3 with
the RBD image backend for the libvirt driver. Requirements for Python 2
users or users using a different backend remain unchanged.