Link to home
Start Free TrialLog in
Avatar of Panguluri Tirupathi
Panguluri Tirupathi

asked on

Where is the Keystone configuration file located?

Where is the Keystone configuration file located?

a. /etc/keystone/keystone.conf
b. /etc/keystone.conf
c. /etc/openstactl/keystone.conf
d. /etc/keystone/service.conf
Avatar of Prabhin MP
Prabhin MP
Flag of India image

The Keystone file is located in /etc/keystone/
Normally Prabhin's comment will be correct.

And, to know for sure, probe your package manager.

For example, on Debian/Ubuntu derived systems, here's how to find the /etc setup for a given package.

net11 # dpkg -L logrotate | grep /etc
/etc
/etc/cron.daily
/etc/cron.daily/logrotate
/etc/logrotate.conf
/etc/logrotate.d

Open in new window


So you can probe your package manager, to ensure you have the correct location

Additionally, sometimes there are overrides built into the system for users, so you camp on directories + start servers to see exactly what's occurring.

For example, this camp will tell you all config file accesses for keystone at the system level + some random user's level...

# Camp on various directories
inotifywait -mrq /etc/keystone /home/ubuntu /home/keystone

# Restart keystone + watch what files are accessed.

Open in new window

This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.