puppet-tripleo/releasenotes/notes/fix-horizon-configuration-during-updates-aecfab9a4aa8770b.yaml
Alex Schultz e292871741 Move horizon to step 3
We configure apache in step 3 so horizon should be configured at the
same time or else updates will cause horizon to be unvailable during the
update process.

Change-Id: I4032f7c24edc0ff9ed637e213870cdd3beb9a54e
Closes-Bug: #1678338
2017-04-02 21:13:05 -04:00

7 lines
206 B
YAML

---
fixes:
- |
Fixes horizon getting temporarily deconfigured during a stack update due
to the apache configuration occuring in step 3 but the horizon
configuration not occuring until step 4.