Skip to content

Commit

Permalink
Remove 'AWX' from setting endpoint (ansible#15432)
Browse files Browse the repository at this point in the history
* Remove AWX from display text

Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
  • Loading branch information
jessicamack and TheRealHaoLiu authored Aug 9, 2024
1 parent cb2ad41 commit 1ef77ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@
'SUBSCRIPTION_USAGE_MODEL',
field_class=fields.ChoiceField,
choices=[
('', _('Default model for AWX - no subscription. Deletion of host_metrics will not be considered for purposes of managed host counting')),
('', _('No subscription. Deletion of host_metrics will not be considered for purposes of managed host counting')),
(
SUBSCRIPTION_USAGE_MODEL_UNIQUE_HOSTS,
_('Usage based on unique managed nodes in a large historical time frame and delete functionality for no longer used managed nodes'),
Expand Down

0 comments on commit 1ef77ab

Please sign in to comment.