From 524149970dc8af8cf5d6427c72dcb688eacaed62 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Jul 2014 16:35:11 -0400 Subject: ceilometer: package and deploy api_paste.ini Ceilometer now requires api_paste.ini for the API to start and be functionaly. So we add it to our core package, and update the .conf file with the name. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-ceilometer/ceilometer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf') diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf b/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf index 6340a15..db78580 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf +++ b/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf @@ -4,6 +4,8 @@ # Options defined in ceilometer.middleware # +api_paste_config=/etc/ceilometer/api_paste.ini + # Exchanges name to listen for notifications (multi valued) #http_control_exchanges=nova #http_control_exchanges=glance -- cgit v1.2.3-54-g00ecf