diff options
author | Steven Hardy <shardy@redhat.com> | 2015-05-14 09:09:46 -0400 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-06-03 16:32:09 +0200 |
commit | dbc6acf03e24bcf6db0a7ed8863efc77856650c7 (patch) | |
tree | d369da72ac52225330ff167723685dd94be39e96 | |
parent | fc681367c74ae972293e00becd80bd4f0ab55a9d (diff) |
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
-rw-r--r-- | overcloud-without-mergepy.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
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. |