summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-manage4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/nova-manage b/bin/nova-manage
index b274c5bd1..94b0d5946 100755
--- a/bin/nova-manage
+++ b/bin/nova-manage
@@ -547,8 +547,8 @@ class NetworkCommands(object):
def delete(self, fixed_range):
"""Deletes a network"""
- print db.network_get_by_cidr(context.get_admin_context(), fixed_range)
-
+ network = db.network_get_by_cidr(context.get_admin_context(), fixed_range)
+
class ServiceCommands(object):
"""Enable and disable running services"""