Replace deprecated notification_driver in tests

This moves to oslo_messaging_notifications driver option.

Change-Id: I22da8f6f12583faa3572dc1bad6aa777b382efc7
Closes-Bug: #1592477
This commit is contained in:
Thomas Herve 2017-02-24 13:35:53 -05:00
parent b2421181fb
commit 8c7792847e
1 changed files with 1 additions and 1 deletions

View File

@ -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