keystone-manage db_sync failure
I have openstack-keystone 2014.1-0.6 installed and when I run the su -s /bin/sh -c "keystone-manage db_sync" keystone command I get the following error
File "/usr/bin/keystone-manage", line 37, in <module> from keystone import cli File "/usr/lib/python2.6/site-packages/keystone/cli.py", line 26, in <module> from keystone import token File "/usr/lib/python2.6/site-packages/keystone/token/_init_.py", line 17 in <module> from keystone.token import controllers File "/usr/lib/python2.6/site-packages/keystone/token/controllers.py", line 18 in <module> from keystoneclient.common import cms ImportError: No module named common
I updated the /etc/keystone/keystone.conf file as stated in the openstack icehouse directions.
Does anyone have any idea what could be wrong?
Thanks