** No longer affects: nova/essex -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1090263
Title: Nova essex tests don't run out of the box because of outdated/missing dependencies Status in OpenStack Compute (Nova): Invalid Bug description: I cloned http://github.com/openstack/nova -b stable/essex and tried running tests in the most isolated mode possible: ./run_tests.sh -V -s -f (completely isolated virtual environment created from scratch). I ran into this error that somebody already ran into before: https://bugs.launchpad.net/nova/+bug/975570 (referenced from that bug). After investigation (error reporting by nova_utils.import_class was extremely unhelpful) I found that the culprit was a too new glance - 2013.1, and then, when I fixed glance dependency to be 2011.3.1, a dependency on xattr popped up. I added that dependency and the tests ran fine. I'll now submit a patch for codereview, and another patch to make the error reporting more helpful. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1090263/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

