Skip to content

Commit ecbc29c

Browse files
committed
endpoints has been fixed
1 parent a2b8071 commit ecbc29c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

files/keystone_data.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ if [[ "$ENABLED_SERVICES" =~ "eho" ]]; then
141141
keystone endpoint-create \
142142
--region RegionOne \
143143
--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)"
144+
--publicurl "http://$SERVICE_HOST:9000/v0.2/%(tenant_id)s" \
145+
--adminurl "http://$SERVICE_HOST:9000/v0.2/%(tenant_id)s" \
146+
--internalurl "http://$SERVICE_HOST:9000/v0.2/%(tenant_id)s"
147147
fi
148148

149149
# Swift

0 commit comments

Comments
 (0)