diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-03-04 14:13:05 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-03-04 14:13:05 +0000 |
commit | b2c11d0cf8494c64cd53a4d2d9345da260bb66f4 (patch) | |
tree | 1fa7efdb2bda7091b61d75dc3ba8fc72eba85472 /puppet/hieradata | |
parent | 6be32543479589dedcae7502e6fe2167efeda710 (diff) | |
parent | a5c40e361c4b6abf8b081fb64d92ed9abe521cca (diff) |
Merge "Set notification driver for nova to send"
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/compute.yaml | 2 |
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' |