change service type to "accelerator"

As we discussed in irc meeting, we use "accelerator" as service type.

Change-Id: Ib932f9fe27bf7fc08c3f334acc6b3da6cfd0489f
This commit is contained in:
Shaohe Feng 2018-05-16 09:23:06 +00:00
parent 38c1618e60
commit 2e10d20110
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function configure_cyborg_dirs {
# service cyborg admin
function create_cyborg_accounts {
create_service_user "cyborg" "admin"
get_or_create_service "cyborg" "acceleration" "Cyborg Accelerators Service"
get_or_create_service "cyborg" "accelerator" "Cyborg Accelerators Service"
get_or_create_endpoint "cyborg" \
"$REGION_NAME" \
"${CYBORG_SERVICE_PROTOCOL}://${CYBORG_SERVICE_HOST}:${CYBORG_SERVICE_PORT}/v1" \