Use 'clustering' as senlin's official service_type

Senlin has historically used `clustering` as its service_type.  We've
decided [1] to stop trying to retrofit existing historical services'
official service_types to conform to the naming guidelines, because it's
more painful than it's worth.

However, since at this point we've published sta with
`resource-cluster`, we now need to maintain that as an alias :(

[1] https://review.openstack.org/494241

Change-Id: Ic3c04c6d6ce98a56f333f8566d1cba9c65431313
This commit is contained in:
jonnary 2017-07-15 01:56:50 +08:00 committed by Eric Fried
parent 42338a434c
commit 3f136b6a21
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ services:
- service_type: object-store
project: swift
api_reference: https://developer.openstack.org/api-ref/object-storage/
- service_type: resource-cluster
- service_type: clustering
project: senlin
api_reference: https://developer.openstack.org/api-ref/clustering/
aliases:
- clustering
- resource-cluster
- service_type: data-processing
project: sahara
api_reference: https://developer.openstack.org/api-ref/data-processing/