mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
flake8
This commit is contained in:
@@ -317,11 +317,13 @@ register(
|
|||||||
category_slug='logging',
|
category_slug='logging',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def init_LOG_AGGREGATOR_TOWER_UUID():
|
def init_LOG_AGGREGATOR_TOWER_UUID():
|
||||||
unique_id = uuid.uuid4()
|
unique_id = uuid.uuid4()
|
||||||
settings.LOG_AGGREGATOR_TOWER_UUID = unique_id
|
settings.LOG_AGGREGATOR_TOWER_UUID = unique_id
|
||||||
return unique_id
|
return unique_id
|
||||||
|
|
||||||
|
|
||||||
register(
|
register(
|
||||||
'LOG_AGGREGATOR_TOWER_UUID',
|
'LOG_AGGREGATOR_TOWER_UUID',
|
||||||
field_class=fields.CharField,
|
field_class=fields.CharField,
|
||||||
|
|||||||
Reference in New Issue
Block a user