Skip to content
Snippets Groups Projects
Commit 2bf5a47b authored by Erik Johnston's avatar Erik Johnston
Browse files

Rename network_id to instance_id on client side

parent 09cbcb78
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment