Restart apache2 after local_settings.py is changed

This change ensures that apache2 is restarted after the horizon
configuration is changed.

Closes-Bug: #1441110
Change-Id: I7713995b1fa91e42b27a28856cdf21814c037b6f
This commit is contained in:
Miguel Grinberg 2015-04-07 11:17:46 +00:00
parent 38ce90425e
commit 458069d18a

@ -22,6 +22,7 @@
mode: "{{ item.mode }}"
with_items:
- { src: "horizon_local_settings.py.j2", dest: "/etc/horizon/local_settings.py", mode: "0644" }
notify: Restart apache2
tags:
- horizon-configs