]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
uses os.urandom instead of Crypto.Random for backward compatibility
authorGiulio Fidente <gfidente@redhat.com>
Thu, 11 Apr 2013 15:31:53 +0000 (17:31 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Thu, 11 Apr 2013 15:31:53 +0000 (17:31 +0200)
commit5a3e5b2cd22cb567203f06d337cf9a457f59915b
tree805f235ab92826d9bc91fc5736f3218bd7e80c36
parent09dace6e0e866d7d1067eb8f33d7b68379a907be
uses os.urandom instead of Crypto.Random for backward compatibility

Crypto.Random has been introduced by pycrypto 2.1 but in RHEL6 and
derivates you will only find pycrypto 2.0.1

Change-Id: Ib601981b0b8fcb5b3e8fc8761ee05adf7f6574fa
heat/common/crypt.py