diff options
author | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-02-23 11:49:47 +0000 |
---|---|---|
committer | Salvatore Orlando <salvatore.orlando@eu.citrix.com> | 2011-02-23 11:49:47 +0000 |
commit | 79a4c527fbb75bc563721fa23be4ea4aa97b39ee (patch) | |
tree | cd1776ba476ca35aae88a9791cdff2f70051b78d | |
parent | a9075d4edc126b95910258face7f00073449073d (diff) | |
download | nova-79a4c527fbb75bc563721fa23be4ea4aa97b39ee.tar.gz nova-79a4c527fbb75bc563721fa23be4ea4aa97b39ee.tar.xz nova-79a4c527fbb75bc563721fa23be4ea4aa97b39ee.zip |
Fixed pep8 errors
-rw-r--r-- | nova/network/manager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/network/manager.py b/nova/network/manager.py index a7f263daa..1df193be0 100644 --- a/nova/network/manager.py +++ b/nova/network/manager.py @@ -332,7 +332,6 @@ class FlatManager(NetworkManager): for network in self.db.host_get_networks(ctxt, self.host): self._on_set_network_host(ctxt, network['id']) - def allocate_fixed_ip(self, context, instance_id, *args, **kwargs): """Gets a fixed ip from the pool.""" # TODO(vish): when this is called by compute, we can associate compute |