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
This commit is contained in:
Monty Taylor 2018-01-17 12:42:25 -06:00
parent 671b42dda7
commit 65b865dbe9
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -125,3 +125,7 @@ services:
- service_type: placement
project: nova
secondary: true
- service_type: instance-ha
aliases:
- ha
project: masakari