P9: Enable v2 API in devstack.

Change-Id: I55ec66b2f76116337ed49c458a6ebdbbd17d801a
This commit is contained in:
Sundar Nadathur 2019-08-08 22:59:04 -07:00
parent 8c15a486b0
commit bc2483960c
1 changed files with 3 additions and 3 deletions

View File

@ -132,9 +132,9 @@ function create_cyborg_accounts {
get_or_create_service "cyborg" "accelerator" "Cyborg Accelerators Service"
get_or_create_endpoint "cyborg" \
"$REGION_NAME" \
"$CYBORG_API_URL/v1" \
"$CYBORG_API_URL/v1" \
"$CYBORG_API_URL/v1"
"$CYBORG_API_URL/v2" \
"$CYBORG_API_URL/v2" \
"$CYBORG_API_URL/v2"
fi
}