diff options
| author | Devin Carlen <devin.carlen@gmail.com> | 2010-09-30 03:13:47 -0700 |
|---|---|---|
| committer | Devin Carlen <devin.carlen@gmail.com> | 2010-09-30 03:13:47 -0700 |
| commit | ab948224a5c6ea976def30927ac7668dd765dbca (patch) | |
| tree | bc07424c7d13cbade00ae811b0917af743f9b2f2 | |
| parent | cf456bdb2a767644d95599aa1c8f580279959a4e (diff) | |
| download | nova-ab948224a5c6ea976def30927ac7668dd765dbca.tar.gz nova-ab948224a5c6ea976def30927ac7668dd765dbca.tar.xz nova-ab948224a5c6ea976def30927ac7668dd765dbca.zip | |
Cleaned up db/api.py
| -rw-r--r-- | nova/db/api.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/db/api.py b/nova/db/api.py index 4cfdd788c..290b460a6 100644 --- a/nova/db/api.py +++ b/nova/db/api.py @@ -175,10 +175,6 @@ def floating_ip_get_by_address(context, address): return IMPL.floating_ip_get_by_address(context, address) - """Get an instance for a floating ip by address.""" - return IMPL.floating_ip_get_instance(context, address) - - #################### |
