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:
parent
5100c3c748
commit
897067160a
@ -39,4 +39,5 @@ class horizon::deps {
|
|||||||
# Installation or config changes will always restart services.
|
# Installation or config changes will always restart services.
|
||||||
Anchor['horizon::install::end'] ~> Anchor['horizon::service::begin']
|
Anchor['horizon::install::end'] ~> Anchor['horizon::service::begin']
|
||||||
Anchor['horizon::config::end'] ~> Anchor['horizon::service::begin']
|
Anchor['horizon::config::end'] ~> Anchor['horizon::service::begin']
|
||||||
|
Anchor['horizon::dashboard::end'] ~> Anchor['horizon::service::begin']
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user