diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-09-11 14:52:07 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-09-11 14:52:07 +0000 |
| commit | 93c765219967c721717c51bf031ffc098e366121 (patch) | |
| tree | 5bd0d2e96087b88041d1ac782fee2ba0c4aff3c7 /nova | |
| parent | afce5d61e470f1589924bf00ba28cfe8b9c57b1f (diff) | |
| parent | 1b19fae34c26c7e01bc7fd0fdeb4ac66f7d287cd (diff) | |
Merge "Remove unused AddressAlreadyAllocated exception"
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/network/manager.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/network/manager.py b/nova/network/manager.py index d7092780b..1f7a9e3a1 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. |
