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">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”<br><br><br>-- <br>Shake Chen<br><br><br>