4b470e005d
In Newton, ceilometer api is changed to run under apache wsgi
instead of eventlet. This will require upgrades for mitaka
deployments to switch to wsgi.
Conflicts:
extraconfig/tasks/major_upgrade_pacemaker_migrations.sh
Closes-Bug: 1631297
Change-Id: If9d6987cd0a8fc5d3f9de518ba422d97d5149732
(cherry picked from commit eaf91da5ef
)
8 lines
271 B
YAML
8 lines
271 B
YAML
resource_registry:
|
|
|
|
# This initiates the upgrades for ceilometer api to run under apache wsgi
|
|
OS::TripleO::Tasks::UpdateWorkflow: ../extraconfig/tasks/major_upgrade_ceilometer_wsgi_mitaka_newton.yaml
|
|
|
|
# no-op the rest
|
|
OS::TripleO::PostDeploySteps: OS::Heat::None
|