mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Merge pull request #10826 from beeankha/fix_collection_name_issue
Point to the Correct Name for AAP Within Collections
This commit is contained in:
@@ -21,7 +21,7 @@ class ControllerAPIModule(ControllerModule):
|
|||||||
# Those values can be found in awx/api/generics.py line 204
|
# Those values can be found in awx/api/generics.py line 204
|
||||||
collection_to_version = {
|
collection_to_version = {
|
||||||
'awx': 'AWX',
|
'awx': 'AWX',
|
||||||
'controller': 'Red Hat Automation Platform Controller',
|
'controller': 'Red Hat Ansible Automation Platform',
|
||||||
}
|
}
|
||||||
session = None
|
session = None
|
||||||
IDENTITY_FIELDS = {'users': 'username', 'workflow_job_template_nodes': 'identifier', 'instances': 'hostname'}
|
IDENTITY_FIELDS = {'users': 'username', 'workflow_job_template_nodes': 'identifier', 'instances': 'hostname'}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ from requests.models import Response
|
|||||||
from unittest import mock
|
from unittest import mock
|
||||||
|
|
||||||
awx_name = 'AWX'
|
awx_name = 'AWX'
|
||||||
controller_name = 'Red Hat Automation Platform Controller'
|
controller_name = 'Red Hat Ansible Automation Platform'
|
||||||
ping_version = '1.2.3'
|
ping_version = '1.2.3'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user