File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ catalog.RegionOne.volumev2.internalURL = http://%SERVICE_HOST%:8776/v2/$(tenant_
3030catalog.RegionOne.volumev2.name = Volume Service V2
3131
3232
33- catalog.RegionOne.ec2.publicURL = http://%SERVICE_HOST%:8773/services/Cloud
34- catalog.RegionOne.ec2.adminURL = http://%SERVICE_HOST%:8773/services/Admin
35- catalog.RegionOne.ec2.internalURL = http://%SERVICE_HOST%:8773/services/Cloud
33+ catalog.RegionOne.ec2.publicURL = http://%SERVICE_HOST%:8773/
34+ catalog.RegionOne.ec2.adminURL = http://%SERVICE_HOST%:8773/
35+ catalog.RegionOne.ec2.internalURL = http://%SERVICE_HOST%:8773/
3636catalog.RegionOne.ec2.name = EC2 Service
3737
3838
Original file line number Diff line number Diff line change @@ -395,9 +395,9 @@ function create_nova_accounts {
395395 " ec2" " EC2 Compatibility Layer" )
396396 get_or_create_endpoint $ec2_service \
397397 " $REGION_NAME " \
398- " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/services/Cloud " \
399- " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/services/Admin " \
400- " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/services/Cloud "
398+ " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/" \
399+ " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/" \
400+ " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/"
401401 fi
402402 fi
403403
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ function configure_tempest {
363363 iniset $TEMPEST_CONFIG network-feature-enabled api_extensions $network_api_extensions
364364
365365 # boto
366- iniset $TEMPEST_CONFIG boto ec2_url " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/services/Cloud "
366+ iniset $TEMPEST_CONFIG boto ec2_url " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/"
367367 iniset $TEMPEST_CONFIG boto s3_url " http://$SERVICE_HOST :${S3_SERVICE_PORT:- 3333} "
368368 iniset $TEMPEST_CONFIG boto s3_materials_path " $BOTO_MATERIALS_PATH "
369369 iniset $TEMPEST_CONFIG boto ari_manifest cirros-${CIRROS_VERSION} -${CIRROS_ARCH} -initrd.manifest.xml
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ export -n SERVICE_TOKEN SERVICE_ENDPOINT OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
131131
132132EC2_URL=$( openstack endpoint show -f value -c publicurl ec2 || true)
133133if [[ -z $EC2_URL ]]; then
134- EC2_URL=http://localhost:8773/services/Cloud
134+ EC2_URL=http://localhost:8773/
135135fi
136136
137137S3_URL=$( openstack endpoint show -f value -c publicurl s3 || true)
You can’t perform that action at this time.
0 commit comments