Skip to content
Snippets Groups Projects
Commit 8a763b32 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove enable_cadf_notifications variable"

parents 14dab828 77a1d279
No related branches found
No related tags found
No related merge requests found
......@@ -542,8 +542,6 @@ enable_haproxy_memcached: "no"
enable_aodh: "no"
enable_barbican: "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_ipmi: "no"
enable_cells: "no"
......
......@@ -118,7 +118,7 @@ keystone_source_version: "{{ kolla_source_version }}"
####################
# 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_notification_topics:
......
......@@ -226,8 +226,6 @@
#enable_aodh: "no"
#enable_barbican: "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_ipmi: "no"
#enable_cells: "no"
......
---
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``.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment