summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-03-17 11:37:50 +0100
committerSoren Hansen <soren@linux2go.dk>2011-03-17 11:37:50 +0100
commitc85e8fc2d61368b15e4deafb4ae3b723777cf2b0 (patch)
tree578b19140d35f920d75d039a8d3d4105c16dae12
parentaf2cae27930a3983c96a0b1705f828d65d4829cd (diff)
downloadnova-c85e8fc2d61368b15e4deafb4ae3b723777cf2b0.tar.gz
nova-c85e8fc2d61368b15e4deafb4ae3b723777cf2b0.tar.xz
nova-c85e8fc2d61368b15e4deafb4ae3b723777cf2b0.zip
Make error message match the check.
-rwxr-xr-xbin/nova-manage2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage
index c84891619..b4b75d6b3 100755
--- a/bin/nova-manage
+++ b/bin/nova-manage
@@ -577,7 +577,7 @@ class VmCommands(object):
if (FLAGS.connection_type != 'libvirt' or
(FLAGS.connection_type == 'libvirt' and
FLAGS.libvirt_type not in ['kvm', 'qemu'])):
- msg = _('Only KVM is supported for now. Sorry!')
+ msg = _('Only KVM and QEmu are supported for now. Sorry!')
raise exception.Error(msg)
if (FLAGS.volume_driver != 'nova.volume.driver.AOEDriver' and \