aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/hieradata
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2016-02-23 11:45:57 -0500
committerPradeep Kilambi <pkilambi@redhat.com>2016-02-25 11:53:21 -0500
commita5c40e361c4b6abf8b081fb64d92ed9abe521cca (patch)
tree70c33c12fbbdb66097417ef5db243515d7230c61 /puppet/hieradata
parentef73827d736124bf609b0c06ee6d0d05353bd596 (diff)
Set notification driver for nova to send
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
Diffstat (limited to 'puppet/hieradata')
-rw-r--r--puppet/hieradata/compute.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/hieradata/compute.yaml b/puppet/hieradata/compute.yaml
index fa8dcc81..572eef9f 100644
--- a/puppet/hieradata/compute.yaml
+++ b/puppet/hieradata/compute.yaml
@@ -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'