ImportError: cannot import name i18n
I am deploying OpenStack with Packstack. This is the error I got. I have tried to pip install i18n and yum install the dependencies, but I am still getting this eror.
ERROR : Error appeared during Puppet run: 10.xxx.217.xxx_keystone.pp
Notice: /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]/returns: ImportError: cannot import name i18n
You will find full trace in log /var/tmp/packstack/20150715-115533-qU0b15/manifests/10.xxx.217.xxx_keystone.pp.log
Please check log file /var/tmp/packstack/20150715-115533-qU0b15/openstack-setup.log for more information
Additional information:
* File /root/keystonerc_admin has been created on OpenStack client host 10.xxx.217.xxx. To use the command line tools you need to source the file.
Would try
yum install python-oslo-i18n
and rerun packstack via created answer-file-xxxxxx.Yes it has already been instaalled, and I am still getting the same issue. Any idea what could that be wrong?
Have you CONFIG_KEYSTONE_SERVICE_NAME=httpd ?
No, where do I do that? Right now, I am using openstack-packstack to install based on an
answer-file
. So all those are automated which throws me an error.Please advise what am I missing or I should do. Thank you
Check what is CONFIG_KEYSTONE_SERVICE_NAME in answer-file.