Skip to content

Commit 80870b6

Browse files
committed
Remove ceilometer code
1 parent 2495353 commit 80870b6

File tree

5 files changed

+3
-127
lines changed

5 files changed

+3
-127
lines changed

caso/extract/ceilometer.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ cASO, an OpenStack Accounting extractor
1919

2020
``cASO`` is an accounting reporter (currently supports `Cloud Accounting Usage Records
2121
<https://wiki.egi.eu/wiki/Fedcloud-tf:WorkGroups:Scenario4#Cloud_Accounting_Usage_Record>`_)
22-
for OpenStack deployments. ``cASO`` gets usage information from nova or
23-
ceilometer public APIs (no access to DB is required) and can generate valid
22+
for OpenStack deployments. ``cASO`` gets usage information from OpenStack
23+
public APIs (no access to DB is required) and can generate valid
2424
output for `Apel SSM <https://wiki.egi.eu/wiki/APEL>`_ or `logstash <http://logstash.net/>`_.
2525

2626
.. image:: /static/caso-diagram.png

doc/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ extract accountig records:
8888
.. option:: --extractor EXTRACTOR
8989

9090
Which extractor to use for getting the data. If you do not specify anything,
91-
nova will be used. Allowed values: nova, ceilometer
91+
nova will be used. Allowed values: nova
9292

9393
.. option:: --projects PROJECTS, --tenants PROJECTS
9494

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
1515
python-novaclient>=2.28.1 # Apache-2.0
1616
python-keystoneclient>=3.0.0 # Apache-2.0
1717
python-glanceclient>=0.18.0 # Apache-2.0
18-
python-ceilometerclient>=1.5.0 # Apache-2.0
1918
python-neutronclient>=6.7.0 # Apache-2.0
2019
keystoneauth1>=3.4.0 # Apache-2.0
2120

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ console_scripts =
4747

4848
caso.extractors =
4949
nova = caso.extract.nova:OpenStackExtractor
50-
ceilometer = caso.extract.ceilometer:CeilometerExtractor
5150

5251
caso.messenger =
5352
noop = caso.messenger.noop:NoopMessenger

0 commit comments

Comments
 (0)