[Bug 922954] [NEW] keystone has a missing dep on python-prettytable
Justin Shepherd
jshepher at rackspace.com
Sat Jan 28 03:44:01 UTC 2012
Public bug reported:
# apt-cache policy keystone
keystone:
Installed: 2012.1~e3-0ubuntu1
Candidate: 2012.1~e3-0ubuntu1
Version table:
*** 2012.1~e3-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
100 /var/lib/dpkg/status
# keystone-manage list_users
Traceback (most recent call last):
File "/usr/bin/keystone-manage", line 35, in <module>
keystone.manage2.main()
File "/usr/lib/python2.7/dist-packages/keystone/manage2/__init__.py", line 94, in main
module = load_module(module_name)
File "/usr/lib/python2.7/dist-packages/keystone/manage2/__init__.py", line 32, in load_module
module = loader.load_module(name)
File "/usr/lib/python2.7/pkgutil.py", line 246, in load_module
mod = imp.load_module(fullname, self.file, self.filename, self.etc)
File "/usr/lib/python2.7/dist-packages/keystone/manage2/commands/create_credential.py", line 3, in <module>
from keystone.manage2 import mixins
File "/usr/lib/python2.7/dist-packages/keystone/manage2/mixins.py", line 2, in <module>
import prettytable
ImportError: No module named prettytable
-----
This error is resolved by installing python-prettytable
# apt-get install python-prettytable
--snip--
# keystone-manage list_users
WARNING:root:Database (sqlite:////var/lib/keystone/keystone.db) is not version controlled; run `keystone-manage sync_database` or override your migrate version manually (see docs)
+----+------+-------+-------------------+---------+
| ID | Name | Email | Default Tenant ID | Enabled |
+----+------+-------+-------------------+---------+
+----+------+-------+-------------------+---------+
** Affects: keystone (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/922954
Title:
keystone has a missing dep on python-prettytable
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/922954/+subscriptions
More information about the Ubuntu-server-bugs
mailing list