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 @@ -397,9 +397,9 @@ function create_nova_accounts {
397397 " ec2" " EC2 Compatibility Layer" )
398398 get_or_create_endpoint $ec2_service \
399399 " $REGION_NAME " \
400- " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/services/Cloud " \
401- " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/services/Admin " \
402- " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/services/Cloud "
400+ " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/" \
401+ " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/" \
402+ " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/"
403403 fi
404404 fi
405405
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ function configure_tempest {
359359 iniset $TEMPEST_CONFIG network-feature-enabled api_extensions $network_api_extensions
360360
361361 # boto
362- iniset $TEMPEST_CONFIG boto ec2_url " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/services/Cloud "
362+ iniset $TEMPEST_CONFIG boto ec2_url " $EC2_SERVICE_PROTOCOL ://$SERVICE_HOST :8773/"
363363 iniset $TEMPEST_CONFIG boto s3_url " http://$SERVICE_HOST :${S3_SERVICE_PORT:- 3333} "
364364 iniset $TEMPEST_CONFIG boto s3_materials_path " $BOTO_MATERIALS_PATH "
365365 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