Merge "Fix VirtualInterfaceMacAddressException message"

This commit is contained in:
Jenkins 2014-02-05 12:25:12 +00:00 committed by Gerrit Code Review
commit f474441263

View File

@ -152,8 +152,8 @@ class VirtualInterfaceCreateException(NovaException):
class VirtualInterfaceMacAddressException(NovaException):
msg_fmt = _("5 attempts to create virtual interface"
"with unique mac address failed")
msg_fmt = _("Creation of virtual interface with "
"unique mac address failed")
class GlanceConnectionFailed(NovaException):