From: Michele Baldessari Date: Thu, 8 Jun 2017 14:53:19 +0000 (+0200) Subject: Fix typo in haproxy docker mapping X-Git-Tag: opnfv-6.0.0~565^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=be336e2889d8a2f311ef488cf419dbd4ab91d27a;p=apex-tripleo-heat-templates.git Fix typo in haproxy docker mapping It is 'HAproxy' and not 'HAProxy'. This needs fixing so that the proper service is instantiated when a role includes the HAproxy service. Change-Id: Ibcbacff16c3561b75e29b48270d60b60c1eb1083 --- diff --git a/environments/docker.yaml b/environments/docker.yaml index 5b03b084..2fb07a9b 100644 --- a/environments/docker.yaml +++ b/environments/docker.yaml @@ -27,7 +27,7 @@ resource_registry: OS::TripleO::Services::NeutronDhcpAgent: ../docker/services/neutron-dhcp.yaml OS::TripleO::Services::NeutronL3Agent: ../docker/services/neutron-l3.yaml OS::TripleO::Services::MySQL: ../docker/services/database/mysql.yaml - OS::TripleO::Services::HAProxy: ../docker/services/haproxy.yaml + OS::TripleO::Services::HAproxy: ../docker/services/haproxy.yaml OS::TripleO::Services::RabbitMQ: ../docker/services/rabbitmq.yaml OS::TripleO::Services::MongoDb: ../docker/services/database/mongodb.yaml OS::TripleO::Services::Redis: ../docker/services/database/redis.yaml