awx-operator
awx-operator copied to clipboard
Always migrate to trigger post_migrate signals
SUMMARY
This is related to the credential plugins work recently. This option was discussed, but was never pursued further.
This is fumbling around the same problem as https://github.com/ansible/awx/pull/15738
Doing this will unblock us from being able to use the post_migrate signal exclusively.
This is a broad coordination problem. Along with a version change, how do we get a reliable code hook, for any given project? There is not a standard Django answer for this. It is not truly a hard problem, but requires people talking to each other. This is one option.
ISSUE TYPE
- Bug, Docs Fix or other nominal change