summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@yahoo.com>2010-08-25 16:44:10 -0700
committerVishvananda Ishaya <vishvananda@yahoo.com>2010-08-25 16:44:10 -0700
commita6784ba13821dccfb852cff3ca16f7db30bb3c05 (patch)
treee14845200d2d55a9cfb9e9cb63a85f4bb14fd499 /bin
parent35c589d18651f576935bf6d742fcfac00f61433b (diff)
downloadnova-a6784ba13821dccfb852cff3ca16f7db30bb3c05.tar.gz
nova-a6784ba13821dccfb852cff3ca16f7db30bb3c05.tar.xz
nova-a6784ba13821dccfb852cff3ca16f7db30bb3c05.zip
network tests pass again
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-dhcpbridge4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/nova-dhcpbridge b/bin/nova-dhcpbridge
index 018293e24..6747a3a0e 100755
--- a/bin/nova-dhcpbridge
+++ b/bin/nova-dhcpbridge
@@ -46,10 +46,6 @@ def add_lease(_mac, ip_address, _hostname, _interface):
"""Set the IP that was assigned by the DHCP server."""
if FLAGS.fake_rabbit:
logging.debug("leasing ip")
- from nova import models
- print models.FixedIp.count()
- print models.Network.count()
- print FLAGS.sql_connection
service.VlanNetworkService().lease_fixed_ip(ip_address)
else:
rpc.cast("%s.%s" % (FLAGS.network_topic, FLAGS.node_name),