diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-08 14:08:45 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:37 -0500 |
commit | b19d3153e1569f29597f9fb95b51b58c9660a55e (patch) | |
tree | 3c05f854a8f42b22db864a2076c8a1491925f62c /meta-openstack/recipes-devtools/python/python-nova/nova.conf | |
parent | 836f147a23a8524d1f0973d574bb6b71f4e87e41 (diff) | |
download | meta-cloud-services-b19d3153e1569f29597f9fb95b51b58c9660a55e.tar.gz |
nova: add ceilometer configuration
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/nova.conf')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/nova.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova.conf b/meta-openstack/recipes-devtools/python/python-nova/nova.conf index 97c8f8e..a495a7d 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/nova.conf +++ b/meta-openstack/recipes-devtools/python/python-nova/nova.conf | |||
@@ -53,3 +53,9 @@ neutron_admin_username=neutron | |||
53 | neutron_admin_password=password | 53 | neutron_admin_password=password |
54 | neutron_admin_auth_url=http://%CONTROLLER_IP%:5000/v2.0/ | 54 | neutron_admin_auth_url=http://%CONTROLLER_IP%:5000/v2.0/ |
55 | 55 | ||
56 | # nova-compute configuration for ceilometer | ||
57 | instance_usage_audit=True | ||
58 | instance_usage_audit_period=hour | ||
59 | notify_on_state_change=vm_and_task_state | ||
60 | notification_driver=nova.openstack.common.notifier.rpc_notifier | ||
61 | notification_driver=ceilometer.compute.nova_notifier | ||