From 7e2b93acc59dea81d52684f7f659fcff32507e14 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Tue, 23 Oct 2012 19:30:48 -0700 Subject: removes the nova-volume code from nova 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 --- setup.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 93ef7853ef..2d6201a12b 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,6 @@ setuptools.setup(name='nova', 'bin/nova-api-ec2', 'bin/nova-api-metadata', 'bin/nova-api-os-compute', - 'bin/nova-api-os-volume', 'bin/nova-rpc-zmq-receiver', 'bin/nova-cert', 'bin/nova-clear-rabbit-queues', @@ -63,8 +62,6 @@ setuptools.setup(name='nova', 'bin/nova-objectstore', 'bin/nova-rootwrap', 'bin/nova-scheduler', - 'bin/nova-volume', - 'bin/nova-volume-usage-audit', 'bin/nova-xvpvncproxy', ], py_modules=[]) -- cgit v1.2.1