From b421670c10f2d16b69f2b3d83be082d62e3a1c5a Mon Sep 17 00:00:00 2001 From: Aaron Tan Date: Fri, 24 Mar 2017 11:57:56 -0400 Subject: [PATCH] Remove log aggregator port required mark. --- awx/main/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/awx/main/conf.py b/awx/main/conf.py index 098b84f639..674c7fabee 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -242,9 +242,11 @@ register( field_class=fields.IntegerField, allow_null=True, label=_('Logging Aggregator Port'), - help_text=_('Port on Logging Aggregator to send logs to (if required).'), + help_text=_('Port on Logging Aggregator to send logs to (if required and not' + ' provided in Logging Aggregator).'), category=_('Logging'), category_slug='logging', + required=False ) register( 'LOG_AGGREGATOR_TYPE',