On Fri, 13 Apr 2012 13:28:36 +0000 Guilherme Birk <[email protected]> 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 _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

