How to solve packstack keystone installation ValueError: unknown locale: UTF-8 [closed]
I get in that problem with rhel6:
192.168.0.4_keystone.pp: [ ERROR ] Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 192.168.1.3_keystone.pp Notice: /Stage[main]/Keystone::Db::Sync/Exec[keystone-manage db_sync]/returns: ValueError: unknown locale: UTF-8 You will find full trace in log /var/tmp/packstack/20141011-112823-WxlAEX/manifests/192.168.1.3_keystone.pp.log Please check log file /var/tmp/packstack/20141011-112823-WxlAEX/openstack-setup.log for more information
With 'export LC_ALL=en_US.UTF-8' this could be solved.
Thomas
Its better to post your solution as an answer, not in the body of question. See this.