From 7759db3fe9396e4385fdfc01c0d86c1ce33e294f Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Tue, 28 Apr 2015 16:07:47 -0400 Subject: [PATCH] Remove 'IP' from device exception message Message should match others of this type elsewhere, and isn't IP-specific. Cleanup from https://review.openstack.org/#/c/168806/ Change-Id: I4cd3eb86e078f069b871b3cd08b66024682f92a6 --- neutron/common/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/common/exceptions.py b/neutron/common/exceptions.py index e5212ab4e..227cf0821 100644 --- a/neutron/common/exceptions.py +++ b/neutron/common/exceptions.py @@ -456,4 +456,4 @@ class SubnetPoolQuotaExceeded(OverQuota): class DeviceNotFoundError(NeutronException): - message = _("IP Device '%(device_name)s' does not exist") + message = _("Device '%(device_name)s' does not exist") -- 2.45.2