when I run Keystone endpoint script.
https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/KeystoneScripts/keystone_endpoints_basic.sh
I am getting below result. tenant_id is retained as text... or it need to have a value? Is this correct?
+-------------+-------------------------------------------+
| Property | Value |
+-------------+-------------------------------------------+
| adminurl | http://10.10.10.51:8774/v2/$(tenant_id)s |
| id | dee681231c694b8b849732199128cc79 |
| internalurl | http://10.10.10.51:8774/v2/$(tenant_id)s |
| publicurl | http://10.19.11.149:8774/v2/$(tenant_id)s |
| region | RegionOne |
| service_id | 3c7350fc50e046d790cd3b6309ecdb67 |
+-------------+-------------------------------------------+
+-------------+-------------------------------------------+
| Property | Value |
+-------------+-------------------------------------------+
| adminurl | http://10.10.10.51:8776/v1/$(tenant_id)s |
| id | d3b2e47b7cad42ddbf5304c6d1140cbe |
| internalurl | http://10.10.10.51:8776/v1/$(tenant_id)s |
| publicurl | http://10.19.11.149:8776/v1/$(tenant_id)s |
| region | RegionOne |
| service_id | e4381553603b458a92ca95051ff0cc3f |
+-------------+-------------------------------------------+