On Fri, 27 Apr 2012 22:35:02 +0800 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” > > Thanks I forwarded this off to the relevant persons. Regards chuck _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp