Rename network_id to instance_id on client side
This commit is contained in:
parent
09cbcb78d3
commit
2bf5a47b3e
|
@ -181,7 +181,7 @@ class ApplicationServiceApi(SimpleHttpClient):
|
|||
for instance in info.get("instances", []):
|
||||
network_id = instance.get("network_id", None)
|
||||
if network_id is not None:
|
||||
instance["network_id"] = ThirdPartyInstanceID(
|
||||
instance["instance_id"] = ThirdPartyInstanceID(
|
||||
service.id, network_id,
|
||||
).to_string()
|
||||
|
||||
|
|
Loading…
Reference in New Issue