This website requires JavaScript.
Explore
Get Started
openstack
/
ceilometer
Code
Issues
Proposed changes
4a31748b30
Branches
Tags
View all branches
ceilometer
/
.gitignore
14 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add a tool for recording notifications and replaying them Change-Id: I852a6fbef7b9bf02309f699419da0a2537ce7a90
2012-05-15 13:39:56 -04:00
*.pyc
*.dat
TAGS
*.egg-info
Add plugin support to the notification portion of the collector daemon. Implement a Counter class for use by notification plugins. Define a base class for Notification plugins. Define a dispatcher class for notification events to be passed to the plugins. Add a notification plugin for instance creation and "instance" counters. Add a reusable function for turning a Counter into a metering event dictionary. Change-Id: Iaa626b98e1a661ed31cc8b8e95263c111df20888
2012-05-22 15:10:09 -04:00
build
.coverage
Add tox configuration Change-Id: Ic4051617b5757c649cd59dacf8e9dd9d7e9819a6 Signed-off-by: Julien Danjou <julien.danjou@enovance.com>
2012-05-29 17:57:58 -04:00
.tox
Make the stand-alone test script mimic tox The tox setup does not work on Ubuntu Precise for some reason, but running nose directly does. This update tweaks the stand-alone script run_tests.sh to mimic the behavior of tox. It also adds the "cover" directory created by the coverage plugin to nose to the list of files being ignored by git. Change-Id: I65224cf4bf75e6b7fc0207b3545c466bdac5a35c
2012-05-30 12:00:59 -04:00
cover
Update packaging files - Update the openstack.common.setup module - Update our openstack-common.conf to include setup.py in future updates - Use the common setup command class so the sdist command generates an AUTHORS file and ChangeLog Change-Id: I4469f0feaea5bb67022c6077bbea43110384f31b Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2012-09-28 15:44:29 -04:00
AUTHORS
ChangeLog
*.deb
dist
*.egg
Copy Permalink