TrivialFix
Change-Id: I9bd552110785c09b3eaa8762a8141446e51ea02a
class AllocationOnAutoAddressSubnet(exceptions.NeutronException):
- message = (_("IPv6 address %(ip)s cannot be directly "
- "assigned to a port on subnet %(subnet_id)s as the "
- "subnet is configured for automatic addresses"))
+ message = _("IPv6 address %(ip)s cannot be directly "
+ "assigned to a port on subnet %(subnet_id)s as the "
+ "subnet is configured for automatic addresses")
class IpAddressGenerationFailure(exceptions.Conflict):