diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/sample_data.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sample_data.sh b/tools/sample_data.sh index 3a9ae057..03c76535 100755 --- a/tools/sample_data.sh +++ b/tools/sample_data.sh @@ -188,7 +188,7 @@ if [[ -n "$ENABLE_ENDPOINTS" ]]; then keystone endpoint-create --region RegionOne --service-id $KEYSTONE_SERVICE \ --publicurl 'http://localhost:$(public_port)s/v2.0' \ --adminurl 'http://localhost:$(admin_port)s/v2.0' \ - --internalurl 'http://localhost:$(admin_port)s/v2.0' + --internalurl 'http://localhost:$(public_port)s/v2.0' fi VOLUME_SERVICE=$(get_id \ |
