Merge pull request #11989 from AlanCoding/deprecate_uopu

Mark inventory source field for deprecation
This commit is contained in:
Alan Rominger
2022-04-18 11:59:05 -04:00
committed by GitHub
2 changed files with 25 additions and 0 deletions

View File

@@ -993,6 +993,10 @@ class InventorySource(UnifiedJobTemplate, InventorySourceOptions, CustomVirtualE
)
update_on_project_update = models.BooleanField(
default=False,
help_text=_(
'This field is deprecated and will be removed in a future release. '
'In future release, functionality will be migrated to source project update_on_launch.'
),
)
update_on_launch = models.BooleanField(
default=False,