diff --git a/files/keystone_data.sh b/files/keystone_data.sh index 4c76c9b55c..a6fab09926 100755 --- a/files/keystone_data.sh +++ b/files/keystone_data.sh @@ -167,9 +167,9 @@ if [[ "$ENABLED_SERVICES" =~ "ceilometer" ]]; then keystone endpoint-create \ --region RegionOne \ --service_id $CEILOMETER_SERVICE \ - --publicurl "http://$SERVICE_HOST:8777/" \ - --adminurl "http://$SERVICE_HOST:8777/" \ - --internalurl "http://$SERVICE_HOST:8777/" + --publicurl "http://$SERVICE_HOST:8777" \ + --adminurl "http://$SERVICE_HOST:8777" \ + --internalurl "http://$SERVICE_HOST:8777" fi fi