From 8c7792847eea269a1e04b0efd235e4370e33bce9 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Fri, 24 Feb 2017 13:35:53 -0500 Subject: [PATCH] Replace deprecated notification_driver in tests This moves to oslo_messaging_notifications driver option. Change-Id: I22da8f6f12583faa3572dc1bad6aa777b382efc7 Closes-Bug: #1592477 --- heat_integrationtests/pre_test_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh index e6782eb333..8c6737811b 100755 --- a/heat_integrationtests/pre_test_hook.sh +++ b/heat_integrationtests/pre_test_hook.sh @@ -25,7 +25,6 @@ if [ "$DISABLE_CONVERGENCE" == "true" ] ; then fi echo -e 'stack_scheduler_hints=true\n' >> $localconf -echo -e 'notification_driver=messagingv2\n' >> $localconf echo -e 'hidden_stack_tags=hidden\n' >> $localconf echo -e 'encrypt_parameters_and_properties=True\n' >> $localconf echo -e 'logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s\n' >> $localconf @@ -40,6 +39,7 @@ echo -e '[cache]\nenabled=True\n' >> $localconf echo -e '[eventlet_opts]\nclient_socket_timeout=120\n' >> $localconf +echo -e '[oslo_messaging_notifications]\ndriver=messagingv2\n' >> $localconf echo "[[local|localrc]]" >> $localconf echo "CEILOMETER_PIPELINE_INTERVAL=60" >> $localconf