~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to bin/nova-manage

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-10-21 14:37:26 UTC
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20111021143726-dk1m1a0vwov3kyls
Tags: upstream-2012.1~e1~20111020.11229
ImportĀ upstreamĀ versionĀ 2012.1~e1~20111020.11229

Show diffs side-by-side

added added

removed removed

Lines of Context:
962
962
            msg = _('Only KVM and QEmu are supported for now. Sorry!')
963
963
            raise exception.Error(msg)
964
964
 
965
 
        if (FLAGS.volume_driver != 'nova.volume.driver.AOEDriver' and \
966
 
            FLAGS.volume_driver != 'nova.volume.driver.ISCSIDriver'):
967
 
            msg = _("Support only AOEDriver and ISCSIDriver. Sorry!")
 
965
        if FLAGS.volume_driver != 'nova.volume.driver.ISCSIDriver':
 
966
            msg = _("Support only ISCSIDriver. Sorry!")
968
967
            raise exception.Error(msg)
969
968
 
970
969
        rpc.call(ctxt,