← Back to team overview

openstack team mailing list archive

Re: Configuring Keystone in OpenStack (Essex) white-papers

 

On 04/27/2012 04:35 PM, Shake Chen 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 for reporting this Shake.  Putting Joshua (the author of the WP)
in cc to makes sure he gets it.

Nick

Attachment: signature.asc
Description: OpenPGP digital signature


References