Skip to content

Commit c09c079

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "notification_driver is deprecated to driver"
2 parents bbf2934 + cf04a9a commit c09c079

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/cinder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ function configure_cinder {
299299
fi
300300

301301
if is_service_enabled ceilometer; then
302-
iniset $CINDER_CONF DEFAULT notification_driver "messaging"
302+
iniset $CINDER_CONF oslo_messaging_notifications driver "messaging"
303303
fi
304304

305305
if is_service_enabled tls-proxy; then

lib/glance

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function configure_glance {
113113
iniset $GLANCE_REGISTRY_CONF DEFAULT workers "$API_WORKERS"
114114
iniset $GLANCE_REGISTRY_CONF paste_deploy flavor keystone
115115
configure_auth_token_middleware $GLANCE_REGISTRY_CONF glance $GLANCE_AUTH_CACHE_DIR/registry
116-
iniset $GLANCE_REGISTRY_CONF DEFAULT notification_driver messaging
116+
iniset $GLANCE_REGISTRY_CONF oslo_messaging_notifications driver messaging
117117
iniset_rpc_backend glance $GLANCE_REGISTRY_CONF
118118
iniset $GLANCE_REGISTRY_CONF DEFAULT graceful_shutdown_timeout "$SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT"
119119

@@ -126,7 +126,7 @@ function configure_glance {
126126
iniset $GLANCE_API_CONF DEFAULT image_cache_dir $GLANCE_CACHE_DIR/
127127
iniset $GLANCE_API_CONF paste_deploy flavor keystone+cachemanagement
128128
configure_auth_token_middleware $GLANCE_API_CONF glance $GLANCE_AUTH_CACHE_DIR/api
129-
iniset $GLANCE_API_CONF DEFAULT notification_driver messaging
129+
iniset $GLANCE_API_CONF oslo_messaging_notifications driver messaging
130130
iniset_rpc_backend glance $GLANCE_API_CONF
131131
if [ "$VIRT_DRIVER" = 'xenserver' ]; then
132132
iniset $GLANCE_API_CONF DEFAULT container_formats "ami,ari,aki,bare,ovf,tgz"

lib/neutron-legacy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ function _configure_neutron_metadata_agent {
10721072
}
10731073

10741074
function _configure_neutron_ceilometer_notifications {
1075-
iniset $NEUTRON_CONF DEFAULT notification_driver messaging
1075+
iniset $NEUTRON_CONF oslo_messaging_notifications driver messaging
10761076
}
10771077

10781078
function _configure_neutron_lbaas {

lib/nova

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ function create_nova_conf {
556556
iniset $NOVA_CONF DEFAULT instance_usage_audit "True"
557557
iniset $NOVA_CONF DEFAULT instance_usage_audit_period "hour"
558558
iniset $NOVA_CONF DEFAULT notify_on_state_change "vm_and_task_state"
559-
iniset $NOVA_CONF DEFAULT notification_driver "messaging"
559+
iniset $NOVA_CONF oslo_messaging_notifications driver "messaging"
560560
fi
561561

562562
# All nova-compute workers need to know the vnc configuration options

0 commit comments

Comments
 (0)