Fixup broken list

This commit is contained in:
James Page 2013-11-29 16:37:18 +00:00
parent 8c8600019d
commit 449011be17
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ NOVA_SETTINGS = {
"DEFAULT": [
('instance_usage_audit', 'True'),
('instance_usage_audit_period', 'hour'),
('notify_on_state_change', 'vm_and_task_state')
('notify_on_state_change', 'vm_and_task_state'),
('notification_driver',
'ceilometer.compute.nova_notifier'),
('notification_driver',