Hi Scott, I manage the keystone queue for launchpad, it's meant for keystone bugs, the issue you're having (IIUC) is related to the RPM package. I don't want to simply mark the bug as invalid and leave you in a lurch. So I'll provide some pointers:
The red hat published install guide can be seen here: http://docs.openstack.org/newton/install-guide-rdo/keystone-install.html #install-and-configure-components I think the hiccup here is that keystone is one of the few openstack services that does not use eventlet, we use apache httpd (or another web server) to host the application. I'm not sure if a service is installed now, i'm not familiar enough with what the various OS packagers are doing, but it looks like you're install httpd as well, so restarting httpd should be sufficient to restart keystone. And if you're still having trouble, you can file a bug with the packaging team: https://bugzilla.redhat.com/buglist.cgi?component =openstack-keystone&product=RDO I'm marking the bug as discussion. Hopefully I've pointed you in the right direction. ** Changed in: keystone Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1637850 Title: newton openstack-keystone service not created on Centos7 Status in OpenStack Identity (keystone): Opinion Bug description: I am attempting to install the newton version of keystone on Centos 7. After the install, the openstack-keystone.service is not found: $ sudo systemctl status openstack-keystone â— openstack-keystone.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) Here are the particulars of my install: CentOS Linux release 7.2.1511 (Core) 3.10.0-327.36.2.el7.x86_64 #1 SMP I enabled the cloud repo at http://mirror.centos.org/centos/7/cloud/x86_64/openstack-newton/ by installing centos-release-openstack-newton-1-1.el7.noarch.rpm. I then ran sudo yum install openstack-keystone httpd mod_wsgi to install. rpm -q openstack-keystone shows "openstack- keystone-10.0.0-1.el7.noarch" The /etc/keystone/ dir was created and populated. sudo find /etc -name openstack-keystone* does not return anything sudo find /etc -name *.service does not return openstack-keystone.service in the list /var/log/keystone/keystone.conf is empty. ---------edit-------------- I should also add I am attempting to install keystone on a 3-node Pacemaker/Corosync/HAPproxy cluster that will be a HA controller implementation. The cluster was previously configured as the LB front-end for a 3-node Galera cluster. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1637850/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

