Hi all

We are trying to setup a puppet script to install Essex on a VM running Ubuntu 10.04. The purpose is also setup the installation in a chroot environment on that VM. Currently the start up process fails to the following error:

glance.common.exception.ImportFailure: Failed to import requested object/class: 'glance.registry.api.v1.API'. Reason: cannot import name Random

Further digging reveals an interesting detail: on the host machine (Ubuntu 12.04):

> dpkg -L python-crypto
(snip)
/usr/lib/python2.7/dist-packages/Crypto/Random/random.py

whereas in the chroot environment installation no such class is available in 'python-crypto'.

Do I need to manually upgrade the package? If yes, any recommendations to which version (i.e. link)?

Thanks,
Tero

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to