summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2010-12-21 03:26:50 +0000
committerVishvananda Ishaya <vishvananda@gmail.com>2010-12-21 03:26:50 +0000
commit83cf1f7140c20ea2188272b57e4e2c1a95f8ff9e (patch)
treefebdbc4877a895fc86e456f55e3087a9e7a6150a /nova/api
parent7d73a3582d5045dab273c7e8cfd396b900edc3b4 (diff)
downloadnova-83cf1f7140c20ea2188272b57e4e2c1a95f8ff9e.tar.gz
nova-83cf1f7140c20ea2188272b57e4e2c1a95f8ff9e.tar.xz
nova-83cf1f7140c20ea2188272b57e4e2c1a95f8ff9e.zip
remove extra print statements
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/ec2/cloud.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/api/ec2/cloud.py b/nova/api/ec2/cloud.py
index 91b2f0064..ad6debb11 100644
--- a/nova/api/ec2/cloud.py
+++ b/nova/api/ec2/cloud.py
@@ -723,10 +723,8 @@ class CloudController(object):
floating_ip_ref = db.floating_ip_get_by_address(context, public_ip)
# NOTE(vish): Perhaps we should just pass this on to compute and
# let compute communicate with network.
- print "in cloud get"
network_topic = self.compute_api.get_network_topic(context,
internal_id)
- print "got the network topic", network_topic
rpc.cast(context,
network_topic,
{"method": "associate_floating_ip",