Skip to content

Commit

Permalink
Merge branch 'feature_hop-node' of github.com:ansible/awx into fix_CI…
Browse files Browse the repository at this point in the history
…_tests_up_api-test_fails_14220
  • Loading branch information
djyasin committed Jul 12, 2023
2 parents ed368e9 + 806e3b6 commit a9b0b68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions awx/main/migrations/0186_hop_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ class Migration(migrations.Migration):
name='peers_from_control_nodes',
field=models.BooleanField(default=False, help_text='If True, control plane cluster nodes should automatically peer to it.'),
),
migrations.AlterField(
model_name='instance',
name='peers',
field=models.ManyToManyField(related_name='peers_from', through='main.InstanceLink', to='main.instance'),
),
migrations.AlterField(
model_name='instancelink',
name='link_state',
Expand Down

0 comments on commit a9b0b68

Please sign in to comment.