[Openstack] Endpoints problems

Pete Zaitcev zaitcev at redhat.com
Fri Apr 13 14:03:09 UTC 2012


On Fri, 13 Apr 2012 13:28:36 +0000
Guilherme Birk <guibirk at hotmail.com> wrote:

> keystone --token ADMIN --publicurl="http://192.168.100.142:8774/v2/$(tenant_id)s"
> But I'm getting a "tenant_id: command not found".

Shell expands variables in the double quote (") strings, so you
have to use single quote (').

-- Pete




More information about the Openstack mailing list