Set notification driver for nova to send
authorPradeep Kilambi <pkilambi@redhat.com>
Tue, 23 Feb 2016 16:45:57 +0000 (11:45 -0500)
committerPradeep Kilambi <pkilambi@redhat.com>
Thu, 25 Feb 2016 16:53:21 +0000 (11:53 -0500)
Currently since nova compute is not configured to
send notifications to ceilometer, tempest tests
fail on tempest.api.telemetry.test_telemetry_notification_api.

Change-Id: I763b7d246ae3f5955b6f555c8fd107d2cac89787

puppet/hieradata/compute.yaml

index fa8dcc8..572eef9 100644 (file)
@@ -1,7 +1,7 @@
 # Hiera data here applies to all compute nodes
 
 nova::notify_on_state_change: 'vm_and_task_state'
-
+nova::notification_driver: messagingv2
 nova::compute::enabled: true
 nova::compute::instance_usage_audit: true
 nova::compute::instance_usage_audit_period: 'hour'