Remove DefaultSignalTransport from top-level template
authorSteven Hardy <shardy@redhat.com>
Thu, 14 May 2015 13:09:46 +0000 (09:09 -0400)
committerGiulio Fidente <gfidente@redhat.com>
Wed, 3 Jun 2015 14:32:09 +0000 (16:32 +0200)
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

index 14af531..e65264d 100644 (file)
@@ -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.