mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Update awx_collection to support ReceptorAddress
- Add receptor_address module which allows users to create addresses for instances - Update awx_collection functional and integration tests to support new peering design Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
@@ -397,7 +397,7 @@ class InstanceReceptorAddressesList(ListCreateAPIView):
|
||||
return super().post(request, *args, **kwargs)
|
||||
|
||||
|
||||
class ReceptorAddressesList(ListAPIView):
|
||||
class ReceptorAddressesList(ListCreateAPIView):
|
||||
name = _("Receptor Addresses")
|
||||
model = models.ReceptorAddress
|
||||
serializer_class = serializers.ReceptorAddressSerializer
|
||||
|
||||
Reference in New Issue
Block a user