kolla-ansible/ansible/roles/monasca/tasks/upgrade.yml
Mark Goddard c6392ed1aa Perform database migration in monasca upgrade
Currently the database is only synced during deployment. This change
performs the sync during upgrade as well.

Change-Id: Ia45fc733a1ab69de9d4762f5d9c8767041eeaed3
Closes-Bug: #1832020
2019-10-21 16:26:08 +01:00

8 lines
119 B
YAML

---
- include_tasks: config.yml
- include_tasks: bootstrap_service.yml
- name: Flush handlers
meta: flush_handlers