Update nonha arch env file

The non-ha arch file contains a reference to a deployment template
that no longer exists. This change updates the setting to the new
template file location.

Change-Id: I4f96615bc1772c5d64492dda637120a3a268b0c1
Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
Kevin Carter 2019-12-18 21:04:44 -06:00
parent 7c2fa7b8e9
commit 5fdb1a4c52
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ resource_registry:
OS::TripleO::Services::HAproxy: ../deployment/haproxy/haproxy-container-puppet.yaml
OS::TripleO::Services::Redis: ../deployment/database/redis-container-puppet.yaml
OS::TripleO::Services::MySQL: ../deployment/database/mysql-container-puppet.yaml
OS::TripleO::Services::Keepalived: ../docker/services/keepalived.yaml
OS::TripleO::Services::Keepalived: ../deployment/keepalived/keepalived-container-puppet.yaml
OS::TripleO::Services::Pacemaker: OS::Heat::None
OS::TripleO::Services::PacemakerRemote: OS::Heat::None