File tree Expand file tree Collapse file tree 5 files changed +3
-127
lines changed
Expand file tree Collapse file tree 5 files changed +3
-127
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
2424output for `Apel SSM <https://wiki.egi.eu/wiki/APEL >`_ or `logstash <http://logstash.net/ >`_.
2525
2626.. image :: /static/caso-diagram.png
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
1515python-novaclient >= 2.28.1 # Apache-2.0
1616python-keystoneclient >= 3.0.0 # Apache-2.0
1717python-glanceclient >= 0.18.0 # Apache-2.0
18- python-ceilometerclient >= 1.5.0 # Apache-2.0
1918python-neutronclient >= 6.7.0 # Apache-2.0
2019keystoneauth1 >= 3.4.0 # Apache-2.0
2120
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ console_scripts =
4747
4848caso.extractors =
4949 nova = caso.extract.nova:OpenStackExtractor
50- ceilometer = caso.extract.ceilometer:CeilometerExtractor
5150
5251caso.messenger =
5352 noop = caso.messenger.noop:NoopMessenger
You can’t perform that action at this time.
0 commit comments