Disable Redis by default again

This patch partially reverts change by [1], and disables Redis by
default because Telemetry services, which requires Redis, are now
disabled by default.

[1] b0e7008196

Change-Id: I4a294a047e3067f7850ec37652b6229e3dbb3335
This commit is contained in:
Takashi Kajinami 2020-04-13 12:50:30 +09:00
parent 269450c92d
commit e32a8261c8
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ resource_registry:
# TODO(aschultz): Remove this in U as we switched to a task in the deploy
OS::TripleO::Services::SELinux: OS::Heat::None
OS::TripleO::Services::Sshd: deployment/sshd/sshd-baremetal-puppet.yaml
OS::TripleO::Services::Redis: deployment/database/redis-pacemaker-puppet.yaml
OS::TripleO::Services::Redis: OS::Heat::None
OS::TripleO::Services::NovaApi: deployment/nova/nova-api-container-puppet.yaml
OS::TripleO::Services::NovaCompute: deployment/nova/nova-compute-container-puppet.yaml
OS::TripleO::Services::NovaConductor: deployment/nova/nova-conductor-container-puppet.yaml