Remove receptor_address module from collection

After removing CRUD from receptor addresses, we need
to remove the module.

- remove receptor_address module
- Add listener_port to instance module
- Add peers_from_control_nodes to instance module

Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
Seth Foster
2024-01-16 14:37:21 -05:00
committed by Seth Foster
parent a188798543
commit 69102cf265
7 changed files with 22 additions and 181 deletions

View File

@@ -930,8 +930,6 @@ class ControllerAPIModule(ControllerModule):
item_name = existing_item['id']
elif item_type == 'instance':
item_name = existing_item['hostname']
elif item_type == 'receptor_address':
item_name = existing_item['address']
else:
item_name = existing_item['name']
item_id = existing_item['id']