![Steven Hardy](/assets/img/avatar_default.png)
Currently we use hyphens, e.g cinder-api, but in overcloud.yaml we have a lot of references to services (e.g for AllNodesConfig) by underscore, e.g cinder_api. To enable dynamic generation of this data, we need the service name in underscore format. Change-Id: Ief13dfe5d8d7691dfe2534ad5c39d7eacbcb6f70
21 lines
553 B
YAML
21 lines
553 B
YAML
heat_template_version: 2016-04-08
|
|
|
|
description: >
|
|
OpenStack Neutron Compute Midonet plugin
|
|
|
|
parameters:
|
|
EndpointMap:
|
|
default: {}
|
|
description: Mapping of service endpoint -> protocol. Typically set
|
|
via parameter_defaults in the resource registry.
|
|
type: json
|
|
|
|
outputs:
|
|
role_data:
|
|
description: Role data for the Neutron Compute Plumgrid plugin
|
|
value:
|
|
service_name: neutron_compute_plugin_midonet
|
|
config_settings:
|
|
step_config: |
|
|
include ::tripleo::profile::base::neutron::agents::midonet
|