<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Adrian:<div><br></div><div><div>It sounds like your keystone endpoints are incorrect. You should be able to use "keystone endpoint-delete" to delete your old endpoints and "keystone endpoint-create" to create them again with the correct IP addresses.<br><div><br></div></div><div>To confirm this is the issue, can you send the output of the following two commands:</div><div><br></div><div>keystone service-list</div><div>keystone endpoint-list</div><div><br></div><div>The Install and Deploy guide has examples of how to create these endpoints: <a href="http://docs.openstack.org/trunk/openstack-compute/install/content/keystone-service-endpoint-create.html">http://docs.openstack.org/trunk/openstack-compute/install/content/keystone-service-endpoint-create.html</a></div><div><br></div><div><div apple-content-edited="true">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Take care,</div><div><br></div><div>Lorin</div><div>--</div><div>Lorin Hochstein</div><div>Lead Architect - Cloud Services</div><div>Nimbis Services, Inc.</div><div><a href="https://www.nimbisservices.com/">www.nimbisservices.com</a></div><div><br></div></div></span><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br><div><div>On Jun 5, 2012, at 1:37 AM, Adrian Petrescu wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p>I'm running a simple single-node OpenStack installation on Ubuntu 12.04. Everything runs fine through the web GUI and local command line client, but I seem to have problems when using the python novaclient remotely.</p><p>I configure the client with the proper auth URL (in this case, suppose that is at <a href="http://192.168.1.135:5000/v2.0/">http://192.168.1.135:5000/v2.0/</a>) and from stepping through the debugger it looks like a token is successfully obtained. However, the publicUrl endpoints that the auth API returns are all wrong: it reverts back to localhost! The python client therefore makes all future requests against localhost instead of 192.168.1.135 which therefore (of course) fails.</p><p>I have looked through the Settings page on the web UI and both /etc/nova/nova.conf and /etc/keystone/keystone.conf and cannot find anywhere that I have improperly configured the public URL to be hardcoded to localhost. I could work around this by forcing the client to use the right path, but I feel there must be a simple way to fix the endpoints that auth is returning.</p><p>Any suggestions? :)</p><p>Thanks!<br>
Adrian </p>
_______________________________________________<br>Openstack-operators mailing list<br><a href="mailto:Openstack-operators@lists.openstack.org">Openstack-operators@lists.openstack.org</a><br>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators<br></blockquote></div><br></div></div></body></html>