diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 16:35:11 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 16:35:11 -0400 |
| commit | 524149970dc8af8cf5d6427c72dcb688eacaed62 (patch) | |
| tree | 4ec16d501e1ad159cec8cc19a82ce421b951fe71 /meta-openstack/recipes-devtools/python/python-ceilometer | |
| parent | 8b29cb4a3b24905848ffae7b3d3d4955e8243167 (diff) | |
| download | meta-cloud-services-524149970dc8af8cf5d6427c72dcb688eacaed62.tar.gz | |
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 4 | # Options defined in ceilometer.middleware | 4 | # Options defined in ceilometer.middleware |
| 5 | # | 5 | # |
| 6 | 6 | ||
| 7 | api_paste_config=/etc/ceilometer/api_paste.ini | ||
| 8 | |||
| 7 | # Exchanges name to listen for notifications (multi valued) | 9 | # Exchanges name to listen for notifications (multi valued) |
| 8 | #http_control_exchanges=nova | 10 | #http_control_exchanges=nova |
| 9 | #http_control_exchanges=glance | 11 | #http_control_exchanges=glance |
