You have been subscribed to a public bug:

root@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.

-- 
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to