fixing pep8

This commit is contained in:
yolanda.robla@canonical.com 2013-02-14 21:25:54 +01:00
parent 3ddeb0f41d
commit 3329be7ef0
2 changed files with 9 additions and 8 deletions

View File

@ -5,7 +5,7 @@ This charm provides the Ceilometer service for OpenStack. It is intended to
be used alongside the other OpenStack components, starting with the Folsom
release.
Ceilometer is made up of 2 separate services: an API service, and a collector
Ceilometer is made up of 2 separate services: an API service, and a collector
service. This charm allows them to be deployed in different
combination, depending on user preference and requirements.
@ -30,12 +30,12 @@ Then Keystone and Rabbit relationships needs to be established:
juju add-relation ceilometer keystone
In order to capture the calculations, a Ceilometer compute agent
needs to be installed in each nova node, and be related with
needs to be installed in each nova node, and be related with
Ceilometer service:
juju deploy ceilometer-agent
juju add-relation ceilometer-agent nova-compute
juju add-relation ceilometer:ceilometer-service ceilometer-agent:ceilometer-service
Ceilometer provides an API service that can be used to retrieve
Ceilometer provides an API service that can be used to retrieve
Openstack metrics.

View File

@ -2,11 +2,12 @@ name: ceilometer
summary: Openstack measures collection system
maintainer: Yolanda Robla <yolanda.robla@canonical.com>
description: |
Ceilometer project aims to become the infrastructure to collect measurements
within OpenStack so that no two agents would need to be written to collect
the same data. It's primary targets are monitoring and metering, but the
framework should be easily expandable to collect for other needs. To that
effect, Ceilometer should be able to share collected data with a variety of consumers.
Ceilometer project aims to become the infrastructure to collect measurements
within OpenStack so that no two agents would need to be written to collect
the same data. It's primary targets are monitoring and metering, but the
framework should be easily expandable to collect for other needs. To that
effect, Ceilometer should be able to share collected data with a variety
of consumers.
provides:
ceilometer-service:
interface: ceilometer