Include octavia task_flow manifest for octavia services

The Octavia worker, housekeeping and health-manager services should
include the task_flow manifest to configure jobboard persistence in
Octavia.

Change-Id: I2d8338d64b3f9887fdd067c820b10baab8eb0446
(cherry picked from commit 501522bf52)
This commit is contained in:
Gregory Thiemonge 2021-12-07 09:35:13 +01:00
parent c7b0fe6cb1
commit b2355ef1d0
3 changed files with 3 additions and 0 deletions

View File

@ -35,5 +35,6 @@ class tripleo::profile::base::octavia::health_manager (
include octavia::neutron
include octavia::glance
include octavia::cinder
include octavia::task_flow
}
}

View File

@ -36,5 +36,6 @@ class tripleo::profile::base::octavia::housekeeping (
include octavia::neutron
include octavia::glance
include octavia::cinder
include octavia::task_flow
}
}

View File

@ -36,5 +36,6 @@ class tripleo::profile::base::octavia::worker (
include octavia::neutron
include octavia::glance
include octavia::cinder
include octavia::task_flow
}
}