Do not install Skyline with os-infra_hosts
A lot of deployments might have os-infra_hosts defined in their o_u_c which would result in creation of Skyline containers and replacing Horizon with Skyline on upgrade. Such behaviour migh be unwanted during upgrades, so we remove os-infra_hosts from Skyline env.d defenition. Change-Id: I4d3b4af4b7a9ddd86b0f53d64714a724413c0207
This commit is contained in:
@@ -8,7 +8,6 @@ container_skel:
|
|||||||
skyline_container:
|
skyline_container:
|
||||||
belongs_to:
|
belongs_to:
|
||||||
- skyline_dashboard_containers
|
- skyline_dashboard_containers
|
||||||
- os-infra_containers
|
|
||||||
contains:
|
contains:
|
||||||
- skyline
|
- skyline
|
||||||
|
|
||||||
|
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Skyline is not getting installed anymore by default as part of
|
||||||
|
``os-infra_hosts``, which might result in unwanted dashboard changes
|
||||||
|
during OpenStack upgrade process.
|
||||||
|
other:
|
||||||
|
- |
|
||||||
|
Skyline was removed from being assigned to ``os-infra_hosts``. If you want
|
||||||
|
to install Skyline as your dashboard, you need to define
|
||||||
|
``skyline_dashboard_hosts`` explicitly.
|
Reference in New Issue
Block a user