Fix notification_driver for Cinder and Heat

Change-Id: Ic9fd9f7d71ba9dbd9f4979612aefb114176a96ad
Closes-Bug: #1616456
This commit is contained in:
Simon Pasquier 2016-08-24 15:50:24 +02:00
parent 11c2b3e71b
commit ea6c8d3ae5
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ cinder_config { 'DEFAULT/notification_topics':
}
cinder_config { 'DEFAULT/notification_driver':
value => $driver,
value => 'messaging',
notify => Service[$volume_service],
}

View File

@ -216,7 +216,7 @@ if hiera('lma::collector::elasticsearch::server', false) or hiera('lma::collecto
notify => Service[$heat_api_service, $heat_engine_service],
}
heat_config { 'DEFAULT/notification_driver':
value => $driver,
value => 'messaging',
notify => Service[$heat_api_service, $heat_engine_service],
}