Merge "Fix broken method signiture"
This commit is contained in:
commit
eab6a9fa76
@ -38,7 +38,7 @@ class API(base.Base):
|
|||||||
FLAGS.network_topic,
|
FLAGS.network_topic,
|
||||||
{'method': 'get_all_networks'})
|
{'method': 'get_all_networks'})
|
||||||
|
|
||||||
def get(self, context, fixed_range, network_uuid):
|
def get(self, context, network_uuid):
|
||||||
return rpc.call(context,
|
return rpc.call(context,
|
||||||
FLAGS.network_topic,
|
FLAGS.network_topic,
|
||||||
{'method': 'get_network',
|
{'method': 'get_network',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user