Skip to content

Instantly share code, notes, and snippets.

@sombrafam
Created March 7, 2014 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sombrafam/9410591 to your computer and use it in GitHub Desktop.
Save sombrafam/9410591 to your computer and use it in GitHub Desktop.
ubuntu@ubuntu:~/devstack$ cd /opt/stack/cinder && /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf
Traceback (most recent call last):
File "/usr/local/bin/cinder-volume", line 4, in <module>
from pkg_resources import require; require('cinder==2014.1.dev296.g6b15c40')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: cinder==2014.1.dev296.g6b15c40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment