Horizon dashboard install should trigger restart

When a new horizon dashboard is installed horizon
must be restarted to load the dashboard.

This changes the deps file so that the service
anchor is notified when a new dashboard package
has been installed.

Depends-On: https://review.openstack.org/#/c/564811/
Change-Id: I72183bdd960c43a49f92a3bdc6d4c8ca1e367fab
This commit is contained in:
Tobias Urdin 2018-05-09 11:11:02 +02:00
parent 5100c3c748
commit 897067160a
1 changed files with 1 additions and 0 deletions

View File

@ -39,4 +39,5 @@ class horizon::deps {
# Installation or config changes will always restart services.
Anchor['horizon::install::end'] ~> Anchor['horizon::service::begin']
Anchor['horizon::config::end'] ~> Anchor['horizon::service::begin']
Anchor['horizon::dashboard::end'] ~> Anchor['horizon::service::begin']
}