diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-07-12 17:41:20 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-07-12 17:41:20 +0000 |
commit | 91b00eaf8d520ff36007a8b5a74d3bc79c0b1eed (patch) | |
tree | 78b852de5093910a8102f3c0e7ebf99b8da1a1dc /puppet/services/neutron-compute-plugin-midonet.yaml | |
parent | e9df98a8fb4105c9d039b071e951a3aabd8e9025 (diff) | |
parent | bf76cf6c706682047747956304f1e7643a816212 (diff) |
Merge "Composable Midonet compute plugin"
Diffstat (limited to 'puppet/services/neutron-compute-plugin-midonet.yaml')
-rw-r--r-- | puppet/services/neutron-compute-plugin-midonet.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/puppet/services/neutron-compute-plugin-midonet.yaml b/puppet/services/neutron-compute-plugin-midonet.yaml new file mode 100644 index 00000000..c3b65c49 --- /dev/null +++ b/puppet/services/neutron-compute-plugin-midonet.yaml @@ -0,0 +1,19 @@ +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: + config_settings: + step_config: | + include ::tripleo::profile::base::neutron::agents::midonet |