From a23f1929b743124af03aa4f72d0ed0e828fe358b Mon Sep 17 00:00:00 2001 From: Juan Badia Payno Date: Fri, 30 Sep 2016 10:13:29 +0200 Subject: Fixed NoneType issue when logging-environment.yaml is used When you tried to use the environemnt/logging-environemnt.yaml as a part of the deployment on the overcloud you hit the following error and it stops the deploy of the overcloud. *** Deploying templates in the directory /home/stack/tripleo-heat-templates 'NoneType' object does not support item assignment *** Closes-Bug: #1629315 Change-Id: I55e5c7f20ddf30f3e48247b734f6fa47f5de3750 Signed-off-by: Juan Badia Payno --- environments/logging-environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/logging-environment.yaml b/environments/logging-environment.yaml index eefa7026..c583ca79 100644 --- a/environments/logging-environment.yaml +++ b/environments/logging-environment.yaml @@ -4,7 +4,7 @@ resource_registry: OS::TripleO::Services::FluentdClient: ../puppet/services/logging/fluentd-client.yaml -parameter_defaults: +#parameter_defaults: ## Simple configuration # -- cgit 1.2.3-korg