mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Surface default instance group names in /api/v2/settings/all
This commit is contained in:
parent
ec8ac6f1a7
commit
023cc68ba2
@ -177,6 +177,24 @@ register(
|
||||
read_only=True,
|
||||
)
|
||||
|
||||
register(
|
||||
'DEFAULT_CONTROL_PLANE_QUEUE_NAME',
|
||||
field_class=fields.CharField,
|
||||
label=_('The instance group where control plane tasks run'),
|
||||
category=_('System'),
|
||||
category_slug='system',
|
||||
read_only=True,
|
||||
)
|
||||
|
||||
register(
|
||||
'DEFAULT_EXECUTION_QUEUE_NAME',
|
||||
field_class=fields.CharField,
|
||||
label=_('The instance group where user jobs run (currently only on non-VM installs)'),
|
||||
category=_('System'),
|
||||
category_slug='system',
|
||||
read_only=True,
|
||||
)
|
||||
|
||||
register(
|
||||
'DEFAULT_EXECUTION_ENVIRONMENT',
|
||||
field_class=fields.PrimaryKeyRelatedField,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user