Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created December 30, 2011 00:37
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 bodepd/1536940 to your computer and use it in GitHub Desktop.
Save bodepd/1536940 to your computer and use it in GitHub Desktop.
# keystone-manage tenant add adminTraceback (most recent call last):
File "/usr/bin/keystone-manage", line 13, in <module>
import keystone.manage
File "/usr/lib/python2.7/dist-packages/keystone/manage/__init__.py", line 31, in <module>
from keystone.backends.sqlalchemy import migration
File "/usr/lib/python2.7/dist-packages/keystone/backends/sqlalchemy/__init__.py", line 30, in <module>
from migrate import exceptions as versioning_exceptions
ImportError: No module named migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment