Remove enable_cadf_notifications variable
The variable enable_cadf_notifications is deprecated and marked for removal during the U cycle. Change-Id: I5e4d20d112db2392b55a0788f4d704ab6ca6112f
This commit is contained in:
parent
2978f13714
commit
77a1d27938
@ -542,8 +542,6 @@ enable_haproxy_memcached: "no"
|
|||||||
enable_aodh: "no"
|
enable_aodh: "no"
|
||||||
enable_barbican: "no"
|
enable_barbican: "no"
|
||||||
enable_blazar: "no"
|
enable_blazar: "no"
|
||||||
# NOTE: This variable has been deprecated and will be removed in the U cycle.
|
|
||||||
enable_cadf_notifications: "no"
|
|
||||||
enable_ceilometer: "no"
|
enable_ceilometer: "no"
|
||||||
enable_ceilometer_ipmi: "no"
|
enable_ceilometer_ipmi: "no"
|
||||||
enable_cells: "no"
|
enable_cells: "no"
|
||||||
|
@ -118,7 +118,7 @@ keystone_source_version: "{{ kolla_source_version }}"
|
|||||||
####################
|
####################
|
||||||
# Notifications
|
# Notifications
|
||||||
####################
|
####################
|
||||||
keystone_default_notifications_topic_enabled: "{{ (enable_ceilometer | bool ) or (enable_cadf_notifications | bool)}}"
|
keystone_default_notifications_topic_enabled: "{{ enable_ceilometer | bool }}"
|
||||||
keystone_default_notifications_topic_name: "notifications"
|
keystone_default_notifications_topic_name: "notifications"
|
||||||
|
|
||||||
keystone_notification_topics:
|
keystone_notification_topics:
|
||||||
|
@ -226,8 +226,6 @@
|
|||||||
#enable_aodh: "no"
|
#enable_aodh: "no"
|
||||||
#enable_barbican: "no"
|
#enable_barbican: "no"
|
||||||
#enable_blazar: "no"
|
#enable_blazar: "no"
|
||||||
# NOTE: This variable has been deprecated and will be removed in the U cycle.
|
|
||||||
#enable_cadf_notifications: "no"
|
|
||||||
#enable_ceilometer: "no"
|
#enable_ceilometer: "no"
|
||||||
#enable_ceilometer_ipmi: "no"
|
#enable_ceilometer_ipmi: "no"
|
||||||
#enable_cells: "no"
|
#enable_cells: "no"
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The ``enable_cadf_notifications`` variable was removed. CADF is the
|
||||||
|
default notification format in keystone. To enable keystone notifications,
|
||||||
|
users can now set ``keystone_default_notifications_topic_enabled`` to
|
||||||
|
``yes`` or enable Ceilometer via ``enable_ceilometer``.
|
Loading…
Reference in New Issue
Block a user