Change masakari service-type from 'ha' to 'instance-ha'

According to the discussion [1] on ML and the patch [2], masakari
service-type should be replaced with 'instance-ha' from
'ha'.

This patch fixes this service-type.

[1]http://lists.openstack.org/pipermail/openstack-dev/2018-January/126314.html
[2] https://review.openstack.org/#/c/534875/

Change-Id: Id8d9d82ffda0062b1f288561b12657ea1740ddf1
This commit is contained in:
dineshbhor 2018-01-21 20:50:37 -08:00
parent b53771cc08
commit 5b2c7fe47b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function create_masakari_accounts {
create_service_user "masakari" "admin"
local masakari_service=$(get_or_create_service "masakari" \
"ha" "OpenStack High Availability")
"instance-ha" "OpenStack High Availability")
get_or_create_endpoint $masakari_service \
"$REGION_NAME" \
"$MASAKARI_SERVICE_PROTOCOL://$SERVICE_HOST:$MASAKARI_SERVICE_PORT/v1/\$(tenant_id)s" \