summaryrefslogtreecommitdiffstats
path: root/bin/volume-usage-audit
Commit message (Collapse)AuthorAgeFilesLines
* Prefix all nova binaries with 'nova-'.Dan Prince2012-06-061-82/+0
| | | | | | Fixes LP Bug #1008625. Change-Id: I2b0dc97133b3039818a52e0b8456dc31cdbd714e
* Use openstack.common.cfg.CONF.Russell Bryant2012-06-041-1/+0
| | | | | | | | | | | | Part of blueprint common-rpc. This patch makes the rpc code use the global config object from openstack-common. Based on some recent discussions on the mailing list, this may not be the final way configuration handling is done here, but it is certainly better than the register_opts() hack that is removed by this patch. Change-Id: Id128126e0bc064a2a1c710c6bd32fb3d137dc7f6
* fixing issue with db.volume_update not returning the volume_refCraig Vyvial2012-05-301-4/+3
| | | | | | | | | | | | | fixes bug #1003664 - changed the sqlalchemy db api code to return the volume_ref from the volume_update method. This was causing the volume notifications to have the incorrect information in the payload. - Fixed up the unit tests because they started failing badly. - fixed the volume-usage-audit reading the default config values - fix hacking issue with volume-usage-audit Change-Id: Iba5634b0c351a6cc0c48b697217a6f85533de93e
* Adding notifications for volumesCraig Vyvial2012-05-141-0/+84
Added notifications for volumes have been added with tests. This includes create/delete/exists events for volumes. blueprint nova-notifications Change-Id: I21b74974fac22c3621ccf7564dc5c0d339f8751a