deleted network_is_associated from nova.db api

This commit is contained in:
Ricardo Carrillo Cruz
2011-03-07 22:37:26 +01:00
parent 34803ded36
commit 18f3ab4745

View File

@@ -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"""