diff --git a/files/keystone_data.sh b/files/keystone_data.sh index 2fc8915eec..72b5b1e9c8 100755 --- a/files/keystone_data.sh +++ b/files/keystone_data.sh @@ -168,9 +168,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