From dbc6acf03e24bcf6db0a7ed8863efc77856650c7 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 14 May 2015 09:09:46 -0400 Subject: Remove DefaultSignalTransport from top-level template This hasn't been properly wired in for a while AFAICT, so it makes sense to remove it, and introduce a value via parameter_defaults which enables easier global selection of a particular transport without passing the value down through all the nested stacks. Change-Id: Icd830aea00768e65adc1df1287440fdab98058f9 --- overcloud-without-mergepy.yaml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'overcloud-without-mergepy.yaml') diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index 14af531d..e65264df 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -58,12 +58,6 @@ parameters: default: '' description: Set to True to enable debugging on all services. type: string - DefaultSignalTransport: - default: CFN_SIGNAL - description: Transport to use for software-config signals. - type: string - constraints: - - allowed_values: [ CFN_SIGNAL, HEAT_SIGNAL, NO_SIGNAL ] GlancePort: default: "9292" description: Glance port. -- cgit 1.2.3-korg