Disable FluentClient service for ffwd/upgrades.

FluentClient service has been renamed
into Fluentd [0] for queens. This patch
handles the disabling of the old FluentdClient
service.

[0] Idb9886f04d56ffc75a78c4059ff319b58b4acf9f

Change-Id: I085973f3d23fd78c16cba94a91692421956b301b
Closes-Bug: #1746493
This commit is contained in:
Jose Luis Franco Arza 2018-04-06 13:54:40 +02:00
parent 70700644b0
commit 3ed0be0a1f
2 changed files with 6 additions and 0 deletions

View File

@ -20,5 +20,8 @@ resource_registry:
OS::TripleO::DeploymentSteps: OS::Heat::None
OS::TripleO::Ssh::KnownHostsDeployment: OS::Heat::None
OS::TripleO::Ssh::HostPubKey: OS::Heat::None
# Deprecated/Name changed services
OS::TripleO::Services::FluentdClient: OS::Heat::None
parameter_defaults:
StackUpdateType: FASTFORWARDUPGRADE

View File

@ -5,6 +5,9 @@ resource_registry:
OS::TripleO::DeploymentSteps: OS::Heat::None
OS::TripleO::Tasks::*PreConfig: OS::Heat::None
OS::TripleO::Tasks::*PostConfig: OS::Heat::None
# Deprecated/Name changed services
OS::TripleO::Services::FluentdClient: OS::Heat::None
parameter_defaults:
UpgradeLevelNovaCompute: auto
UpgradeInitCommonCommand: |