From 5b2c7fe47be39a8bf4a22227279e65dfe614d2a5 Mon Sep 17 00:00:00 2001 From: dineshbhor Date: Sun, 21 Jan 2018 20:50:37 -0800 Subject: [PATCH] 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 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 212e18d8..4e3d281d 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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" \