Fixed NoneType issue when monitoring-environment.yaml
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>
(cherry picked from commit b6b35e4785
)
This commit is contained in:
parent
ddec22f4e1
commit
20f6e28e72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user