diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-06-15 16:47:27 -0500 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-06-15 16:47:27 -0500 |
| commit | e3c2a97049513e4cff1700bd87d780f6e41afc87 (patch) | |
| tree | 7279bc9f827e09845eda933cbc61fa01706f5012 | |
| parent | fe96fb768de04aac6eaf4a44ac6bc4963d9028b7 (diff) | |
syntax
| -rw-r--r-- | nova/db/api.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nova/db/api.py b/nova/db/api.py index 23c4daa44..64b6a893e 100644 --- a/nova/db/api.py +++ b/nova/db/api.py @@ -433,9 +433,9 @@ def virtual_interface_get_by_instance(context, instance_id): def virtual_interface_get_by_instance_and_network(context, instance_id, network_id): """gets all virtual interfaces for instance""" - return IMPL.virtual_interfaces_get_by_instance_and_network(context, - instance_id, - network_id) + return IMPL.virtual_interface_get_by_instance_and_network(context, + instance_id, + network_id) def virtual_interface_get_by_network(context, network_id): |
