Comment 0 for bug 737979

Revision history for this message
Ewan Mellor (ewanmellor) wrote : glance-control uses fixed path to Python interpreter, breaking virtualenv

glance-control uses #!/usr/bin/python, not #!/usr/bin/env python. This breaks virtualenv, which means that tests.unit.test_misc.TestLogging and tests.unit.test_misc.TestMiscellaneous fail under run_tests.sh -V, if the hosting environment does not have the necessary libraries (in my case, PasteDeploy).