Fixed NoneType issue when monitoring-environment.yaml
authorJuan Badia Payno <jbadiapa@redhat.com>
Fri, 30 Sep 2016 08:25:44 +0000 (10:25 +0200)
committerJuan Badia Payno <jbadiapa@redhat.com>
Fri, 30 Sep 2016 13:36:33 +0000 (15:36 +0200)
When you tried to use the environemnt/monitoring-environment.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: #1629323
Change-Id: I8cf2e7d8f3a4e79cc71a1566ec17d0a977c38d60
Signed-off-by: Juan Badia Payno <jbadiapa@redhat.com>
environments/monitoring-environment.yaml

index a8ad208..62ab06d 100644 (file)
@@ -4,7 +4,7 @@
 resource_registry:
   OS::TripleO::Services::SensuClient: ../puppet/services/monitoring/sensu-client.yaml
 
-parameter_defaults:
+#parameter_defaults:
   #### Sensu settings ####
   ##MonitoringRabbitHost: 10.10.10.10
   ##MonitoringRabbitPort: 5672