summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRicardo Carrillo Cruz <emaildericky@gmail.com>2011-03-07 22:37:26 +0100
committerRicardo Carrillo Cruz <emaildericky@gmail.com>2011-03-07 22:37:26 +0100
commit56ee811efd52d0971d7fea4c232a904b3ee78ac6 (patch)
tree208bee00cb31b879300e608c8be607212fcbe8cb /bin
parent0abd5bfecd279272e5fe1b0de04478909cd77010 (diff)
downloadnova-56ee811efd52d0971d7fea4c232a904b3ee78ac6.tar.gz
nova-56ee811efd52d0971d7fea4c232a904b3ee78ac6.tar.xz
nova-56ee811efd52d0971d7fea4c232a904b3ee78ac6.zip
deleted network_is_associated from nova.db api
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"""