From 1b19fae34c26c7e01bc7fd0fdeb4ac66f7d287cd Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 11 Sep 2012 08:07:16 +0100 Subject: Remove unused AddressAlreadyAllocated exception Coincidentally, unused for two years now since commit 2f3a63ac Change-Id: I2112c7686ef22116e777e397d4fc2c1bbbb1ad58 --- nova/network/manager.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nova/network/manager.py b/nova/network/manager.py index 4a6f055f6..379273a76 100644 --- a/nova/network/manager.py +++ b/nova/network/manager.py @@ -164,11 +164,6 @@ FLAGS = flags.FLAGS FLAGS.register_opts(network_opts) -class AddressAlreadyAllocated(exception.NovaException): - """Address was already allocated.""" - pass - - class RPCAllocateFixedIP(object): """Mixin class originally for FlatDCHP and VLAN network managers. -- cgit