Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-25 Thread BYEONG-GI KIM
It seems working fine! Thank you for the information! 2015-05-26 11:18 GMT+09:00 Matt Kassawara : > The patch to address this issue in the installation guide hasn't merged > yet. In the wsgi-keystone.conf file, you need to add "group=keystone" to > both WSGIDaemonProcess options and then restart

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-25 Thread Matt Kassawara
The patch to address this issue in the installation guide hasn't merged yet. In the wsgi-keystone.conf file, you need to add "group=keystone" to both WSGIDaemonProcess options and then restart Apache. On Mon, May 25, 2015 at 9:14 PM, BYEONG-GI KIM wrote: > I just followed the installation guide,

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-25 Thread BYEONG-GI KIM
I just followed the installation guide, http://docs.openstack.org/kilo/install-guide/install/yum/content/keystone-install.html, and if the 'usermod -a -G keystone apache' is for what you mentioned, yes, I did. Am I missing something? 2015-05-26 10:32 GMT+09:00 Matt Kassawara : > Starting the ke

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-25 Thread Matt Kassawara
Starting the keystone service simply enables Eventlet, a library deprecated in Kilo in favor of the Apache HTTP server. I'd call it a workaround rather than a valid solution. Did you try adding the group to the WSGI configuration? On Mon, May 25, 2015 at 8:04 PM, BYEONG-GI KIM wrote: > Hello. >

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-25 Thread BYEONG-GI KIM
Hello. I also met same problem and I solved it via following: https://ask.openstack.org/en/question/66833/kilo-on-centos7-keystone-throws-http-500-except-when-using-os_token/ 1. Stop httpd.service 2. Start openstack-keystone.service Then the command 'openstack service create --name keystone --d

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-25 Thread Matt Kassawara
At least on RH, try adding group=keystone to the WSGIDaemonProcess option. On Mon, May 25, 2015 at 05:53 wrote: > > > There's definitely something weird going on now we're trying SLES and > getting the same error. > > > > This is the keystone-error.log (apache) > > > > 2015-05-25 05:36:00.029

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-25 Thread michael
There's definitely something weird going on now we're trying SLES and getting the same error. This is the keystone-error.log (apache) 2015-05-25 05:36:00.029253 mod_wsgi (pid=13432, process='keystone-admin', application=''): Loading WSGI script '/srv/www/cgi-bin/keystone/admin'. 2015-05-

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-24 Thread Matt Kassawara
What do you mean... tasks you've yet to get to? The patch addresses configuration prior to adding anything to the keystone database. On Sun, May 24, 2015 at 10:07 AM, Antonio Messina wrote: > Are you sure it's not a mysql error? Check permission for user keystone > from localhost, you might need

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-24 Thread Antonio Messina
Are you sure it's not a mysql error? Check permission for user keystone from localhost, you might need to add a grant. -- sent from my smart(er-than-me)phone Il 23/mag/2015 03:59, ha scritto: > > > Hi List, > > > We're trying to install Kilo on RHEL7, when we get to creating service > endpoints

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-23 Thread Michael Lindner
l Message- From: Matt Kassawara mailto:mkassaw...@gmail.com>> To: Michael Lindner mailto:mich...@tropyx.com>> Sent: Sun, 24 May 2015 12:31 AM Subject: Re: [Openstack] keystone service endpoint creation failing on RHEL7 Any selinux issues? On Sat, May 23,

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-23 Thread Matt Kassawara
Did you restart Apache after adding the group to the WSGI virtual host config file? On Sat, May 23, 2015 at 1:25 AM, Michael Lindner wrote: > > Hi List, > > That wasn't it, unfortunately. I made those changes but to no avail. > > We're hitting this problem before that stage in the install guide

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-22 Thread Michael Lindner
Hi List, That wasn't it, unfortunately. I made those changes but to no avail. We're hitting this problem before that stage in the install guide anyway, in the "Create the service entity and API endpoint" section. *To create the service entity and API endpoint* 1. The Identity service m

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-22 Thread Matt Kassawara
Yep, that patch should fix it. In particular, adding the group 'keystone' to the WSGI configuration bits. On Fri, May 22, 2015 at 9:59 PM, Steve Gordon wrote: > - Original Message - > > From: mich...@tropyx.com > > To: openstack@lists.openstack.org > > > > Hi List, > > > > We're trying t

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-22 Thread Matt Kassawara
Robson, In this particular case, I believe the WSGI bits can't read the keystone configuration file and assume default values. On Fri, May 22, 2015 at 11:15 PM, Robson Ramos Barreto < robson.rbarr...@gmail.com> wrote: > Hi Michael, > > Did you check the grant to keystone user on database and are

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-22 Thread Robson Ramos Barreto
Hi Michael, Did you check the grant to keystone user on database and are you using the same password/host on the keystone config file and database ? Regards Sent from my iPhone > On 22/05/2015, at 22:43, mich...@tropyx.com wrote: > > > > Hi List, > > > We're trying to install Kilo on RHE

Re: [Openstack] keystone service endpoint creation failing on RHEL7

2015-05-22 Thread Steve Gordon
- Original Message - > From: mich...@tropyx.com > To: openstack@lists.openstack.org > > Hi List, > > We're trying to install Kilo on RHEL7, when we get to creating service > endpoints, this command: > > openstack service create > --name keystone --description "OpenStack Identity" identi