Tenant ID for nova endpoint
I am trying to install Openstack Icehouse by install guide on http://docs.openstack.org/icehouse/in... .
I am stuck on step 10 and I do not understand which tenant id should I use or how to get it?
keystone endpoint-create \
--service-id=$(keystone service-list | awk '/ compute / {print $2}') \
--publicurl=http://controller:8774/v2/%\(tenant_id\)s \
--internalurl=http://controller:8774/v2/%\(tenant_id\)s \
--adminurl=http://controller:8774/v2/%\(tenant_id\)s