diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-09-23 09:22:32 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-10-11 14:25:04 -0700 |
| commit | eb03d47fecd3bfc24243da29ee01679b334a08fe (patch) | |
| tree | 23243973d2656fecadab6811e0dca6ceb246a7ae /bin | |
| parent | e164f3f703026db30937dbbddc63818cef8bd939 (diff) | |
| download | nova-eb03d47fecd3bfc24243da29ee01679b334a08fe.tar.gz nova-eb03d47fecd3bfc24243da29ee01679b334a08fe.tar.xz nova-eb03d47fecd3bfc24243da29ee01679b334a08fe.zip | |
Remove AoE, Clean up volume code
* Removes Ata Over Ethernet
* Adds drivers to libvirt for volumes
* Adds initialize_connection and terminate_connection to volume api
* Passes connection info back through volume api
Change-Id: I1b1626f40bebe8466ab410fb174683293c7c474f
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-manage | 5 | ||||
| -rwxr-xr-x[-rw-r--r--] | bin/nova-spoolsentry | 0 |
2 files changed, 2 insertions, 3 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index 8a162028b..acaf05216 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -962,9 +962,8 @@ class VmCommands(object): msg = _('Only KVM and QEmu are supported for now. Sorry!') raise exception.Error(msg) - if (FLAGS.volume_driver != 'nova.volume.driver.AOEDriver' and \ - FLAGS.volume_driver != 'nova.volume.driver.ISCSIDriver'): - msg = _("Support only AOEDriver and ISCSIDriver. Sorry!") + if FLAGS.volume_driver != 'nova.volume.driver.ISCSIDriver': + msg = _("Support only ISCSIDriver. Sorry!") raise exception.Error(msg) rpc.call(ctxt, diff --git a/bin/nova-spoolsentry b/bin/nova-spoolsentry index c53482852..c53482852 100644..100755 --- a/bin/nova-spoolsentry +++ b/bin/nova-spoolsentry |
