We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b8071 commit ecbc29cCopy full SHA for ecbc29c
files/keystone_data.sh
@@ -141,9 +141,9 @@ if [[ "$ENABLED_SERVICES" =~ "eho" ]]; then
141
keystone endpoint-create \
142
--region RegionOne \
143
--service_id $EHO_SERVICE \
144
- --publicurl "http://$SERVICE_HOST:9000/%(tenant_id)" \
145
- --adminurl "http://$SERVICE_HOST:9000/%(tenant_id)" \
146
- --internalurl "http://$SERVICE_HOST:9000/%(tenant_id)"
+ --publicurl "http://$SERVICE_HOST:9000/v0.2/%(tenant_id)s" \
+ --adminurl "http://$SERVICE_HOST:9000/v0.2/%(tenant_id)s" \
+ --internalurl "http://$SERVICE_HOST:9000/v0.2/%(tenant_id)s"
147
fi
148
149
# Swift
0 commit comments