Pass ServiceNetMap to services

This will be needed to pick the network where the service has
to bind to from within the service template.

Change-Id: I52652e1ad8c7b360efd2c7af199e35932aaaea8c
This commit is contained in:
Giulio Fidente
2016-08-11 23:07:46 +02:00
committed by Dan Prince
parent e59cef59b6
commit 885b37c80e
136 changed files with 987 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ description: >
OpenStack Neutron Midonet plugin and services
parameters:
ServiceNetMap:
default: {}
description: Mapping of service_name -> network name. Typically set
via parameter_defaults in the resource registry. This
mapping overrides those in ServiceNetMapDefaults.
type: json
EndpointMap:
default: {}
description: Mapping of service endpoint -> protocol. Typically set