Merge "Fix broken method signiture"
This commit is contained in:
commit
eab6a9fa76
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user