kolla-ansible/ansible/roles/heat/tasks/upgrade.yml
Pierre Riteau c9d13858d6 Remove Heat environment file disabling deprecated plugins
Commit d68644386f disabled these
deprecated plugins more than three years ago.

Change-Id: I2dd2a89a7aa2c4a54882a8b0aa8d23d874c0e4cc
Closes-Bug: #1839172
2019-09-02 19:13:57 +02:00

15 lines
320 B
YAML

---
- include_tasks: config.yml
- include_tasks: bootstrap_service.yml
# NOTE(priteau): Remove this task in V cycle.
- name: Remove heat-engine environment file
become: true
file:
path: "{{ node_config_directory }}/heat-engine/_deprecated.yaml"
state: absent
- name: Flush handlers
meta: flush_handlers