summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/db/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/api.py b/nova/db/api.py
index 7b37bce2f..f22cd5615 100644
--- a/nova/db/api.py
+++ b/nova/db/api.py
@@ -503,7 +503,7 @@ def network_get(context, network_id):
def network_get_all(context):
"""Get all networks"""
- returm IMPL.network_get_all(context)
+ return IMPL.network_get_all(context)
# pylint: disable-msg=C0103