diff options
author | Alex Schultz <aschultz@redhat.com> | 2017-03-31 17:41:36 -0600 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-04-03 11:03:50 -0600 |
commit | 3424991c39e27e434bd61d3964bf578695fc767c (patch) | |
tree | 4320c454abd6d968be13cd8e3dabf6d27f8477ef /releasenotes | |
parent | b6a9d14489608e4c3ff48d602351a7b93092b11b (diff) |
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
(cherry picked from commit e2928717412242faa4eb15d778f1b5c0952edc08)
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/fix-horizon-configuration-during-updates-aecfab9a4aa8770b.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-horizon-configuration-during-updates-aecfab9a4aa8770b.yaml b/releasenotes/notes/fix-horizon-configuration-during-updates-aecfab9a4aa8770b.yaml new file mode 100644 index 0000000..5c200dd --- /dev/null +++ b/releasenotes/notes/fix-horizon-configuration-during-updates-aecfab9a4aa8770b.yaml @@ -0,0 +1,6 @@ +--- +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. |