Comment 1 for bug 882598

Revision history for this message
Stanislaw Pitucha (stanislaw-pitucha) wrote :

Exception indicates that the novaclient is missing, but it is not the case - it can be imported without problems:

$ python -c 'from novaclient import v1_1 as novaclient ; print "ok"'
ok