From d413eb63f3d317c56b24282223f12dfacc0f9ae3 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 2 Jun 2015 10:33:01 -0400 Subject: Wire ServiceNetMap as a top level parameter This patch makes ServiceNetMap a top level parameter. This is helpful to tools like Tuskar which don't support Heat environments that contain both a resource_registry and default_parameters. ServiceNetMap will in fact be utilized at the top level in some of the VIP related patches that follow. Change-Id: I375063dacf5f3fc68e6df93e11c3e88f48aa3c3a --- compute.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'compute.yaml') diff --git a/compute.yaml b/compute.yaml index 8e5cdec7..05399531 100644 --- a/compute.yaml +++ b/compute.yaml @@ -243,7 +243,11 @@ parameters: description: The user password for SNMPd with readonly rights running on all Overcloud nodes type: string hidden: true - + ServiceNetMap: + default: {} + description: Mapping of service_name -> network name. Typically set + via parameter_defaults in the resource registry. + type: json resources: -- cgit 1.2.3-korg