summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-07-06 12:58:04 -0700
committerVishvananda Ishaya <vishvananda@gmail.com>2011-07-06 12:58:04 -0700
commit0af41b8c50631252f0dfe0b11268beb3d5e49508 (patch)
treeece2fafeba93005d8281b285819f614e7f54cfe7
parente24c1d998331444235480be241484b0408cdaf9e (diff)
removed extra comment
-rw-r--r--nova/db/api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/db/api.py b/nova/db/api.py
index ee4cbad57..c9d5bc72b 100644
--- a/nova/db/api.py
+++ b/nova/db/api.py
@@ -335,7 +335,6 @@ def fixed_ip_associate(context, address, instance_id):
def fixed_ip_associate_pool(context, network_id, instance_id=None, host=None):
"""Find free ip in network and associate it to instance or host.
- If reserved is true, it will pull the ip from the reserved pool.
Raises if one is not available.
"""