aboutsummaryrefslogtreecommitdiffstats
path: root/compute.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-06-02 10:33:01 -0400
committerDan Prince <dprince@redhat.com>2015-06-03 08:58:12 -0400
commitd413eb63f3d317c56b24282223f12dfacc0f9ae3 (patch)
tree7e4fb4bbf4254b5ad2339cd79ed21e6307361a04 /compute.yaml
parenteaa5eb6a5985c52b484d58e22075b84caf2f2493 (diff)
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
Diffstat (limited to 'compute.yaml')
-rw-r--r--compute.yaml6
1 files changed, 5 insertions, 1 deletions
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: