mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -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:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 4.2.6 on 2023-11-13 16:10
|
||||
# Generated by Django 4.2.6 on 2023-11-15 17:32
|
||||
|
||||
import django.core.validators
|
||||
from django.db import migrations, models
|
||||
@@ -29,7 +29,7 @@ class Migration(migrations.Migration):
|
||||
models.CharField(
|
||||
choices=[('tcp', 'TCP'), ('ws', 'WS'), ('wss', 'WSS')],
|
||||
default='tcp',
|
||||
help_text="Protocol to use when connecting, 'tcp' or 'ws'.",
|
||||
help_text="Protocol to use when connecting, 'tcp', 'wss', or 'ws'.",
|
||||
max_length=10,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user