[Bug 1198258] [NEW] wrong path for config files in /etc/keystone/keystone.conf
Launchpad Bug Tracker
1198258 at bugs.launchpad.net
Thu Jul 11 13:48:40 UTC 2013
You have been subscribed to a public bug:
root at keystone:/etc/keystone# ls
default_catalog.templates
keystone.conf
logging.conf
policy.json
ssl
in /etc/keystone/keystone.conf we have:
------
log_config = logging.conf
....
------
must be so:
-----
...
log_config = /etc/keystone/logging.conf
...
----
keystone service chdir to /var/lib/keystone according to the file /etc/init/keystone.conf:
----
...
exec start-stop-daemon --start --chuid keystone \
--chdir /var/lib/keystone --name keystone \
--exec /usr/bin/keystone-all
----
so it is looking for the configuration files there.
** Affects: devstack
Importance: Undecided
Status: Incomplete
** Affects: keystone (Ubuntu)
Importance: Undecided
Status: Incomplete
--
wrong path for config files in /etc/keystone/keystone.conf
https://bugs.launchpad.net/bugs/1198258
You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to keystone in Ubuntu.
More information about the Ubuntu-server-bugs
mailing list