a825f85032
The cinder module is the only module that has a class named ceilometer to configure the oslo notifications section. The majority of our modules has these parameters in the init class except for a few, to make it more consistent and to not use another projects name as a class name to configure something that is not explicitly only for that usecase. Change-Id: Ic45e50cf8cd19ee197da12006030abdc064ae9de
13 lines
524 B
YAML
13 lines
524 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The cinder::ceilometer class is deprecated and has no effect. The parameters
|
|
notification_transport_url, notification_driver and notification_topics has
|
|
been moved to the cinder class. The default value of notification_driver has
|
|
been changed, you need to explicitly set it to messagingv2 or another driver
|
|
that you want to use.
|
|
deprecations:
|
|
- |
|
|
The cinder::ceilometer class is deprecated and has no effect. The parameters
|
|
for this class has been moved to the cinder class.
|