Add historical aliases for openstacksdk names

python-openstacksdk has updated itself to drive the names of the service
objects it presents from the service-types-authority, using the official
service-type in the source code and docs but also registering each on
the Connection object by each of its known aliases. It was already
close, but in four cases it had chosen names that were more consistent
from an English point of view.

Add aliases for each of those.

Change-Id: I973b67043aa0bca305d7b10035567c175ac782b8
This commit is contained in:
Monty Taylor 2017-11-15 08:02:54 -06:00
parent 65b865dbe9
commit d3ed01e063
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 5 additions and 0 deletions

View File

@ -13,10 +13,13 @@ services:
project: senlin
aliases:
- resource-cluster
- cluster
- service_type: data-processing
project: sahara
- service_type: baremetal
project: ironic
aliases:
- bare-metal
- service_type: baremetal-introspection
project: ironic-inspector
api_reference: https://docs.openstack.org/developer/ironic-inspector/http-api.html
@ -71,6 +74,7 @@ services:
- volumev3
- volumev2
- volume
- block-store
- service_type: alarm
project: aodh
api_reference: https://docs.openstack.org/developer/aodh/webapi/index.html
@ -81,6 +85,7 @@ services:
api_reference: https://docs.openstack.org/developer/ceilometer/webapi/index.html
aliases:
- metering
- telemetry
- service_type: event
project: panko
api_reference: https://docs.openstack.org/developer/panko/webapi/index.html