diff options
author | Jenkins <jenkins@review.openstack.org> | 2011-12-12 16:39:34 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2011-12-12 16:39:34 +0000 |
commit | b43fa8b590850fd50a85f36da8c3046c3a1c19a0 (patch) | |
tree | 147f94c90d54e9a402bc6b1df578befeb0ef526f /nova/exception.py | |
parent | 1b4a0f859e76de4c6e5cb7b51a12e9bf2fb3e295 (diff) | |
parent | 1e35236519239ef2b4acbb78249502b7bd8ce9b8 (diff) | |
download | nova-b43fa8b590850fd50a85f36da8c3046c3a1c19a0.tar.gz |
Merge "fixed_ips by vif does not raise"
Diffstat (limited to 'nova/exception.py')
-rw-r--r-- | nova/exception.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/exception.py b/nova/exception.py index 9d9ce16f5b..8d0371b965 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -515,10 +515,6 @@ class FixedIpNotFoundForSpecificInstance(FixedIpNotFound): message = _("Instance %(instance_id)s doesn't have fixed ip '%(ip)s'.") -class FixedIpNotFoundForVirtualInterface(FixedIpNotFound): - message = _("Virtual interface %(vif_id)s has zero associated fixed ips.") - - class FixedIpNotFoundForHost(FixedIpNotFound): message = _("Host %(host)s has zero fixed ips.") |