From 65b865dbe94e35632d4ead18a212566f3aca13fe Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 17 Jan 2018 12:42:25 -0600 Subject: [PATCH] Add masakari and service-type instance-ha The masakari project is an Official OpenStack project. It has used the 'ha' service-type up until now, but that's a bit broad. It was agreed that 'instance-ha' would be better. Add it to the registry. The api-ref documentation is not currently published, but it does exist in tree: http://git.openstack.org/cgit/openstack/masakari/tree/api-ref/source The jobs to publish it have been added: https://review.openstack.org/#/c/534878 but as the api-ref publication jobs use service-types-authority to determine the correct place to publish to, the api-ref docs won't exist until we land this. Once we do and once a publication job runs, they should be found at the appropriate place. Change-Id: Icdd0b09060ddd71b2313a90c1d62d84c31cdbb8d --- service-types.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/service-types.yaml b/service-types.yaml index 99184dc..6bbeaa7 100644 --- a/service-types.yaml +++ b/service-types.yaml @@ -125,3 +125,7 @@ services: - service_type: placement project: nova secondary: true +- service_type: instance-ha + aliases: + - ha + project: masakari