Merge "Fix broken method signiture"

This commit is contained in:
Jenkins 2012-02-20 14:36:28 +00:00 committed by Gerrit Code Review
commit eab6a9fa76

View File

@ -38,7 +38,7 @@ class API(base.Base):
FLAGS.network_topic,
{'method': 'get_all_networks'})
def get(self, context, fixed_range, network_uuid):
def get(self, context, network_uuid):
return rpc.call(context,
FLAGS.network_topic,
{'method': 'get_network',