How to override the default setting of keystone configuration ?
Hi,
I am trying to override the default configuration of Keystone server, within the /etc/keystone/keystone.conf. But however when i make the changes in that file and try running the ./stack.sh in devstack the previous endpoint in the [default] is getting overriden with the default values like below
[DEFAULT]
admin_endpoint = http://127.0.0.1:%(admin_port)s/
public_endpoint = http://127.0.0.1:%(public_port)s/
admin_token = anna
Even if I comment the endpoints above, they get the default value pushed into the configuration file from somewhere in devstack. I tried to run keystone service alone and that looks good. It is not overriding the endpoints. Can you please help me on how to remove the above two lines and stack it in a way it is not getting the default values.