Created
December 30, 2011 00:37
-
-
Save bodepd/1536940 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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