summaryrefslogtreecommitdiffstats
path: root/bin/nova-volume-usage-audit
Commit message (Collapse)AuthorAgeFilesLines
* removes the nova-volume code from novaVishvananda Ishaya2012-10-281-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the majority of the nova-volume code from the codebase. It updates relevent config options to default to cinder. It updates a number of existing tests that were depending on code that was removed. A few things still need to be removed: * volume/driver.py & volume/iscsi.py These files are used by the libvirt volume driver tests. These tests should be updated to mock the relevant calls. * scheduler/simple.py & scheduler/multi.py These files should no longer be necessary so they can be removed in a subsequent patch * exception.py cleanup Once the above files are removed there are a number of unused exceptions which can be removed * database calls and database tables The database calls have not been removed and the tables have not been dropped. This can be done in a separate migration * additional config options and nova.conf.sample There may be a few extra config options that can be removed and the conf sample can be regenerated Implements bp delete-nova-volume Change-Id: I0b540e54dbabd26901a7530035a38583bb521fda
* Merge "Fix nova-volume-usage-audit"Jenkins2012-10-231-1/+0
|\
| * Fix nova-volume-usage-auditChuck Short2012-10-211-1/+0
| | | | | | | | | | | | | | | | | | | | utils.default_cfgfile have been removed from nova/utils, so remove it here as well. Fixes LP: #1065069 Change-Id: I71f6c7850123ef0c1ef4fedf608de13b31dafb32 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* | Fix nova-volume-usage-auditDavanum Srinivas2012-10-221-4/+4
|/ | | | | | | | Ensure visible message in nova-volume-usage-audit go through translation. Fixes LP: #1068946 Change-Id: Iaffe415b709dc0f515d32cad46c3fa851321fd31
* OpenStack capitalization added to HACKING.rstJoe Gordon2012-08-171-1/+1
| | | | | | Along with capitalization fixes to comments in code Change-Id: I72ddc582001f80d954ca5a121903c689f40d08d1
* Switch to common logging.Andrew Bogott2012-07-021-2/+2
| | | | | | I only just moved logging from nova to common, so behavior should remain the same. Change-Id: I1d7304ca200f9d024bb7244d25be2f9a670318fb
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
| | | | | | | | Final patch for blueprint common-rpc. This patch removes nova.rpc in favor of the copy in openstack-common. Change-Id: I9c2f6bdbe8cd0c44417f75284131dbf3c126d1dd
* Prefix all nova binaries with 'nova-'.Dan Prince2012-06-061-0/+82
Fixes LP Bug #1008625. Change-Id: I2b0dc97133b3039818a52e0b8456dc31cdbd714e