<div dir="ltr">On RHEL 6.x I use <font face="courier new, monospace">$ service openstack-keystone</font> restart and that works for me.<div><br></div><div>Curl is definitely one way. Another handy trick I learned to make sure Keystone was listening:</div>
<div><font face="courier new, monospace">$ wget <a href="http://IP_ADDR:5000">http://IP_ADDR:5000</a></font></div><div><font face="courier new, monospace">$ wget <a href="http://IP_ADDR:35357">http://IP_ADDR:35357</a></font></div>
<div><br></div><div>You have all the tools installed right? I.e. yum install -y openstack-utils and the rest of the packages?</div><div><br></div><div>Mahalo,</div><div>Adam</div></div><div class="gmail_extra"><br clear="all">
<div><div dir="ltr"><div><font><div style="font-family:arial;font-size:small"><b><i><br>Adam Lawson</i></b></div><div><font><font color="#666666" size="1"><div style="font-family:arial;font-size:small">AQORN, Inc.</div><div style="font-family:arial;font-size:small">
427 North Tatnall Street</div><div style="font-family:arial;font-size:small">Ste. 58461</div><div style="font-family:arial;font-size:small">Wilmington, Delaware 19801-2230</div><div style="font-family:arial;font-size:small">
Toll-free: (888) 406-7620</div></font></font></div></font></div><div style="font-family:arial;font-size:small"><img src="http://www.aqorn.com/images/logo.png" width="96" height="39"><br></div></div></div>
<br><br><div class="gmail_quote">On Tue, Mar 18, 2014 at 4:44 PM, Erich Weiler <span dir="ltr"><<a href="mailto:weiler@soe.ucsc.edu" target="_blank">weiler@soe.ucsc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hint:<br>
<br>
curl <a href="http://localhost:5000" target="_blank">http://localhost:5000</a><br>
<br>
curl <a href="http://localhost:35357" target="_blank">http://localhost:35357</a><br>
<br>
Also...you need a userid and password, usually set an env vars and<br>
written to a file named keystonerc<br>
</blockquote>
<br></div>
Yeah, I got that bit working, something like this:<br>
<br>
export OS_USERNAME=admin<br>
export OS_PASSWORD=somepass<br>
export OS_TENANT_NAME=admin<br>
export OS_AUTH_URL=<a href="http://server-private.edu:35357/v2.0" target="_blank">http://server-<u></u>private.edu:35357/v2.0</a><br>
<br>
Funny thing is that I can do most commands, like "keystone user-list", create users and tenants, etc, but whenever I start the service it returns "1" and gives the "Aborting wait for keystone to start" error. From looking at the init.d script, it returns "1" if "keystone discover" doesn't find anything, which it isn't.  I wonder if it's just a bug of some kind.  This is the RedHat RDO branch, Icehouse.<div class="HOEnZb">
<div class="h5"><br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/<u></u>cgi-bin/mailman/listinfo/<u></u>openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/<u></u>cgi-bin/mailman/listinfo/<u></u>openstack</a><br>
</div></div></blockquote></div><br></div>