openstack-ansible/releasenotes/notes/add-random-devices-38671b23cb1319b8.yaml
Jean-Philippe Evrard 84cb3ff052 Freeze for milestone release
This would be the first milestone release of OpenStack-Ansible Stein.

Change-Id: Iff5235b6e11a6586f0836fd550331efbe4151de0
2019-03-12 13:40:16 +01:00

15 lines
532 B
YAML

---
fixes:
- |
Newer releases of CentOS ship a version of libnss that depends on the existence
of /dev/random and /dev/urandom in the operating system in order to run. This
causes a problem during the cache preparation process which runs inside chroot
that does not contain this, resulting in errors with the following message.
.. code-block:: text
error: Failed to initialize NSS library
This has been resolved by introducing a /dev/random and /dev/urandom inside
the chroot-ed environment.