From 308bddf00d201d1f5d338e077596072aff2326fd Mon Sep 17 00:00:00 2001 From: Andrew McLeod Date: Wed, 13 Feb 2019 16:10:44 +0100 Subject: [PATCH] Adds masakari api support service catalog Masakari for instance HA needs to be added to the keystone service catalog for functionality of the upcoming masakari charms Change-Id: Ic48767df7dc0408679c7dd9a6d7547b744778894 --- hooks/keystone_utils.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hooks/keystone_utils.py b/hooks/keystone_utils.py index 8a0e9dec..0374807f 100644 --- a/hooks/keystone_utils.py +++ b/hooks/keystone_utils.py @@ -442,6 +442,10 @@ valid_services = { "type": "load-balancer", "desc": "Octavia Load Balancer as a Service for OpenStack", }, + "masakari": { + "type": "instance-ha", + "desc": "Masakari instance HA for Openstack" + }, } # The interface is said to be satisfied if anyone of the interfaces in the