It looks like the PDF is rendering trying to render the outside quotes as \\paired smart quotes// instead of ||regular double quotes||.
Try this instead: http://paste.openstack.org/raw/14073/ -Dolph On Fri, Apr 27, 2012 at 9:35 AM, Shake Chen <shake.c...@gmail.com> wrote: > HI > > Canonical provide the keystone document about how to config. > > > http://www.canonical.com/about-canonical/resources/white-papers/configuring-keystone-openstack-essex > > > > but The document have one mistake. > > when I run > NOVA_PUBLIC_URL=”http://$NOVA_IP:8774/v1.1/%(tenant_id)s” > > root@node77:~# NOVA_PUBLIC_URL=”http://$NOVA_IP:8774/v1.1/%(tenant_id)s” > bash: syntax error near unexpected token `(' > > the error was cause by lack " for (), I need add "( )" as below: > > > NOVA_PUBLIC_URL=”http://$NOVA_IP:8774/v1.1/%"(tenant_id)"s” > > > -- > Shake Chen > > > > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : openstack@lists.launchpad.net > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp