diff options
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 |
