mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -03:30
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:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user