Is the compute endpoint registration correct? [closed]
I'm at the endpoint registration for the compute node and the instructions state to run:
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
The output of the command is...
+-------------+-----------------------------------------+
| Property | Value |
+-------------+-----------------------------------------+
| adminurl | http://controller:8774/v2/%(tenant_id)s |
| id | ca1a13483f5a4159a7cb2b84b89704ad |
| internalurl | http://controller:8774/v2/%(tenant_id)s |
| publicurl | http://controller:8774/v2/%(tenant_id)s |
| region | regionOne |
| service_id | cfd20998eda04692bac6013c22c4b214 |
+-------------+-----------------------------------------+
Is tenant_id suposed to be replaced with something or is that how it is expected?