diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-06-14 16:42:16 -0500 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-06-14 16:42:16 -0500 |
| commit | f4be01dec3cbf5329aee17bf8e3a53d701b47c4a (patch) | |
| tree | 0392c2e37ff6c7f54fdc31f8b7d42dba1cb61fd4 /nova | |
| parent | cf92a8e5b4538d79c529ef9159ce80bd22dd6024 (diff) | |
debug statements
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/db/fakes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/db/fakes.py b/nova/tests/db/fakes.py index 5190cff8d..f00efb41b 100644 --- a/nova/tests/db/fakes.py +++ b/nova/tests/db/fakes.py @@ -105,6 +105,7 @@ def stub_out_db_network_api(stubs): ips = filter(lambda i: i['fixed_ip_id'] == None \ and i['project_id'] == None, floating_ips) + print "A" * 20, "|%s|" % floating_ips if not ips: raise db.NoMoreAddresses() ips[0]['project_id'] = project_id |
