Remove old sahara endpoint
Co-Authored-By: Sergey Lukjanov <slukjanov@mirantis.com> Depends-on: Iba45c15ed57d43a11e6fac74d75d6b2db46f6a2f Change-Id: I168be7070fa372edc598bba14c5f428e4403c294
This commit is contained in:
parent
d20cc12fea
commit
0084bcfc75
@ -34,25 +34,13 @@ function create_sahara_accounts {
|
|||||||
|
|
||||||
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then
|
||||||
|
|
||||||
# TODO: remove "data_processing" service when #1356053 will be fixed
|
local sahara_service=$(openstack service create \
|
||||||
local sahara_service_old=$(openstack service create \
|
|
||||||
"data_processing" \
|
|
||||||
--name "sahara" \
|
|
||||||
--description "Sahara Data Processing" \
|
|
||||||
-f value -c id
|
|
||||||
)
|
|
||||||
local sahara_service_new=$(openstack service create \
|
|
||||||
"data-processing" \
|
"data-processing" \
|
||||||
--name "sahara" \
|
--name "sahara" \
|
||||||
--description "Sahara Data Processing" \
|
--description "Sahara Data Processing" \
|
||||||
-f value -c id
|
-f value -c id
|
||||||
)
|
)
|
||||||
get_or_create_endpoint $sahara_service_old \
|
get_or_create_endpoint $sahara_service \
|
||||||
"$REGION_NAME" \
|
|
||||||
"$SAHARA_SERVICE_PROTOCOL://$SAHARA_SERVICE_HOST:$SAHARA_SERVICE_PORT/v1.1/\$(tenant_id)s" \
|
|
||||||
"$SAHARA_SERVICE_PROTOCOL://$SAHARA_SERVICE_HOST:$SAHARA_SERVICE_PORT/v1.1/\$(tenant_id)s" \
|
|
||||||
"$SAHARA_SERVICE_PROTOCOL://$SAHARA_SERVICE_HOST:$SAHARA_SERVICE_PORT/v1.1/\$(tenant_id)s"
|
|
||||||
get_or_create_endpoint $sahara_service_new \
|
|
||||||
"$REGION_NAME" \
|
"$REGION_NAME" \
|
||||||
"$SAHARA_SERVICE_PROTOCOL://$SAHARA_SERVICE_HOST:$SAHARA_SERVICE_PORT/v1.1/\$(tenant_id)s" \
|
"$SAHARA_SERVICE_PROTOCOL://$SAHARA_SERVICE_HOST:$SAHARA_SERVICE_PORT/v1.1/\$(tenant_id)s" \
|
||||||
"$SAHARA_SERVICE_PROTOCOL://$SAHARA_SERVICE_HOST:$SAHARA_SERVICE_PORT/v1.1/\$(tenant_id)s" \
|
"$SAHARA_SERVICE_PROTOCOL://$SAHARA_SERVICE_HOST:$SAHARA_SERVICE_PORT/v1.1/\$(tenant_id)s" \
|
||||||
|
Loading…
Reference in New Issue
Block a user