Comment 2 for bug 1316328

Revision history for this message
Ash Wilson (ash-wilson) wrote :

Interesting. I was able to reproduce this from the command line with:

cinder-manage help

But I can fix it by hand by running:

sudo apt-get install libxslt1-dev
sudo pip install --upgrade -r /opt/stack/cinder/requirements.txt

Is the issue just that libxslt1-dev is missing?