sample keystone.conf

Asked by Malini Bhandaru

Would someone provide me a simple keystone.conf, my devstack deploy fails with keystone unable to start. I copied over
the /opt/stack/keystone/etc/keystone.conf.sample as /etc/keystone/keystone.conf and that did not work. No log file created either.

Question information

Language:
English Edit question
Status:
Solved
For:
devstack Edit question
Assignee:
No assignee Edit question
Solved by:
Malini Bhandaru
Solved:
Last query:
Last reply:
Revision history for this message
Malini Bhandaru (malini-k-bhandaru) said :
#1

My setup is behind a proxy and adding to the localrc file the below :
export HOST_IP =localhost
export SERVICE_HOST=$HOST_IP
export IMAGE_HOST= $HOST_IP
export IDENTITY_HOST=$HOST_IP

fixed it!!

If you run into a cannot write log file, conf file etc .. make sure the stack user can write to the
/etc/keystone, /etc/glance etc directories. In my environment oddly the devstack script created those directories as owned by root
and not the stack user.