On Sat, May 23, 2015 at 09:40:36AM -0400, Steve Gordon wrote:
----- Original Message -----
> From: "Steve Gordon" <sgordon(a)redhat.com>
> To: "rdo-list" <rdo-list(a)redhat.com>
>
> Hi all,
>
> It's been pointed out to me that in our Kilo openstack-keystone package we
> ship a /usr/share/keystone/keystone-dist-paste.ini file but no
> /usr/share/keystone/keystone-paste.ini. Is this intentional? Asking in the
> context of
https://review.openstack.org/#/c/185120
>
> Thanks,
>
> Steve
Sorry, I meant there is no /etc/keystone/keystone-paste.ini.
Extracting the Keystone SRPM, and looking at 'keystone-dist.conf', it is
referring to /usr/share:
$ cat keystone-dist.conf
[DEFAULT]
log_file=/var/log/keystone/keystone.log
use_stderr = False
[database]
connection=mysql://keystone:keystone@localhost/keystone
[paste_deploy]
config_file=/usr/share/keystone/keystone-dist-paste.ini
So, RDO just seems to be sticking with upstream behavior.
--
/kashyap