Merge "Fix VirtualInterfaceMacAddressException message"
This commit is contained in:
1 changed files with 2 additions and 2 deletions
@@ -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):
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.