<div class="gmail_extra">It looks like the PDF is rendering trying to render the outside quotes as \\paired smart quotes// instead of ||regular double quotes||.</div><div class="gmail_extra"><br></div><div class="gmail_extra">
Try this instead: <a href="http://paste.openstack.org/raw/14073/">http://paste.openstack.org/raw/14073/</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">-Dolph</div><div class="gmail_extra"><br><div class="gmail_quote">
On Fri, Apr 27, 2012 at 9:35 AM, Shake Chen <span dir="ltr"><<a href="mailto:shake.chen@gmail.com" target="_blank">shake.chen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
HI<br><br> Canonical provide the keystone document about how to config.<br><br><a href="http://www.canonical.com/about-canonical/resources/white-papers/configuring-keystone-openstack-essex" target="_blank">http://www.canonical.com/about-canonical/resources/white-papers/configuring-keystone-openstack-essex</a><br>

<br><br><br>but The document have one mistake.<br><br>when I run<br>NOVA_PUBLIC_URL=”http://$NOVA_IP:8774/v1.1/%(tenant_id)s”<br><br>root@node77:~# NOVA_PUBLIC_URL=”http://$NOVA_IP:8774/v1.1/%(tenant_id)s”<br>bash: syntax error near unexpected token `('<br clear="all">

<br>the error was cause by lack " for (), I need add "(  )" as below:<br><br><br>NOVA_PUBLIC_URL=”http://$NOVA_IP:8774/v1.1/%"(tenant_id)"s”<span class="HOEnZb"><font color="#888888"><br><br><br>
-- <br>Shake Chen<br><br><br>
</font></span><br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div>