python2-ceilometer
Client library for Openstack Ceilometer API server - Python 2.7
Install
- All systems
-
curl cmd.cat/python2-ceilometer.sh
- Debian
-
apt-get install python-ceilometerclient
- Ubuntu
-
apt-get install python-ceilometerclient
- Kali Linux
-
apt-get install python-ceilometerclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-ceilometerclient
- Raspbian
-
apt-get install python-ceilometerclient
- Dockerfile
- dockerfile.run/python2-ceilometer
python-ceilometerclient
Client library for Openstack Ceilometer API server - Python 2.7
Ceilometer aims to deliver a unique point of contact for billing systems to acquire all counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be tracable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. This is a client for the Ceilometer which uses the OpenStack Image API. There's a Python API (the "ceilometerclient" module), and a command-line script ("ceilometer"). This package contains the Python 2.7 module.