diff options
author | Brian Waldon <bcwaldon@gmail.com> | 2012-03-14 17:24:07 -0700 |
---|---|---|
committer | Chris Behrens <cbehrens@codestud.com> | 2012-03-15 20:35:09 -0700 |
commit | a3bab242db16d036a415aa6ce3e95803b001bcc6 (patch) | |
tree | 218f2afc3869757689683e776853cb1d45dfc5fc /setup.py | |
parent | 30b8e35e80486b26eeb71bc62d92bae240cb72f2 (diff) | |
download | nova-a3bab242db16d036a415aa6ce3e95803b001bcc6.tar.gz |
Remove Virtual Storage Array (VSA) code
* Remove core vsa code (api, manager, drivers)
* Remove nova-vsa executable
* Remove OpenStack Compute API v2 vsa extension
* Remove vsa scheduler
* Remove vsa db api methods
* Remove Zadara volume driver
* Do not migrate out any existing data
* Fixes bug 954490
Change-Id: Idab3d60796d5edbc23ef9f0887fcc1af558c6215
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -83,7 +83,6 @@ setuptools.setup(name='nova', 'bin/nova-rootwrap', 'bin/nova-scheduler', 'bin/nova-volume', - 'bin/nova-vsa', 'bin/nova-xvpvncproxy', 'bin/stack', 'tools/nova-debug'], |