Hi,
after the python-prettytable update available in EPEL the openstack clients (nova, keystone) are not working giving the following error message:
ERROR: printt
Using the debug option of nova client:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/novaclient/shell.py", line 418, in main
OpenStackComputeShell().main(sys.argv[1:])
File "/usr/lib/python2.6/site-packages/novaclient/shell.py", line 369, in main
args.func(self.cs, args)
File "/usr/lib/python2.6/site-packages/novaclient/v1_1/shell.py", line 521, in do_list
formatters)
File "/usr/lib/python2.6/site-packages/novaclient/utils.py", line 145, in print_list
pt.printt(sortby=fields[0])
File "/usr/lib/python2.6/site-packages/prettytable.py", line 167, in __getattr__
raise AttributeError(name)
AttributeError: printt
ERROR: printt
We are using:
python-novaclient-2012.1-2
python-keystoneclient-2012.1-2
python-prettytable-0.6.1-1
Should I downgrade to python-prettytable-0.5-2?
thank you,
Belmiro
CERN