File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed
Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,24 @@ Notable changes in the |current_release| Release
3535There are many changes in the OpenStack |current_release | release described in
3636the release notes for each project. Here are some notable ones.
3737
38- TODO
39- ----
38+ Heat disabled by default
39+ ------------------------
40+
41+ The Heat OpenStack service is no longer enabled by default.
42+
43+ This behavior can be overridden manually:
44+
45+ .. code-block :: yaml
46+ :caption : ` ` kolla.yml``
47+
48+ kolla_enable_heat : true
49+
50+ Wherever possible, Magnum deployments should be migrated to the CAPI Helm
51+ driver. Instructions for enabling the driver can be found `here
52+ <../configuration/magnum-capi.rst> `_. Enable the driver, recreate any clusters
53+ using Heat, and disable the service.
54+
55+ TODO: guide for disabling Heat
4056
4157Known issues
4258============
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ kolla_enable_grafana: true
559559# kolla_enable_hacluster:
560560# kolla_enable_haproxy:
561561# kolla_enable_haproxy_memcached:
562- # kolla_enable_heat:
562+ kolla_enable_heat : false
563563# kolla_enable_heat_horizon_policy_file:
564564# kolla_enable_horizon:
565565# kolla_enable_horizon_blazar:
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ The Heat OpenStack service is now disabled by default.
5+ upgrade :
6+ - |
7+ The Heat service is now disabled by default. This behaviour can be
8+ overriden by setting `kolla_enable_heat: true` in `etc/kayobe/kolla.yml`.
9+ It is recommended that you migrate to the CAPI Helm driver for Magnum
10+ wherever possible.
You can’t perform that action at this time.
0 commit comments