diff options
author | Juan Badia Payno <jbadiapa@redhat.com> | 2016-09-30 10:13:29 +0200 |
---|---|---|
committer | Juan Badia Payno <jbadiapa@redhat.com> | 2016-09-30 15:13:57 +0200 |
commit | a23f1929b743124af03aa4f72d0ed0e828fe358b (patch) | |
tree | 930060d8b44db98a87f58068cbd73852deef85fa /environments | |
parent | d601d64e110f5dfd3e471adc82ad8f898158c175 (diff) |
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 <jbadiapa@redhat.com>
Diffstat (limited to 'environments')
-rw-r--r-- | environments/logging-environment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |