84cb3ff052
This would be the first milestone release of OpenStack-Ansible Stein. Change-Id: Iff5235b6e11a6586f0836fd550331efbe4151de0
15 lines
532 B
YAML
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.
|