mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
support ovirt4 as a built-in inventory source
see: https://github.com/ansible/ansible-tower/issues/6522
This commit is contained in:
committed by
Matthew Jones
parent
4510cd11db
commit
74f2509482
@@ -52,7 +52,7 @@ PROJECT_UPDATE_JOB_TYPE_CHOICES = [
|
||||
(PERM_INVENTORY_CHECK, _('Check')),
|
||||
]
|
||||
|
||||
CLOUD_INVENTORY_SOURCES = ['ec2', 'vmware', 'gce', 'azure_rm', 'openstack', 'custom', 'satellite6', 'cloudforms', 'scm',]
|
||||
CLOUD_INVENTORY_SOURCES = ['ec2', 'vmware', 'gce', 'azure_rm', 'openstack', 'ovirt4', 'custom', 'satellite6', 'cloudforms', 'scm',]
|
||||
|
||||
VERBOSITY_CHOICES = [
|
||||
(0, '0 (Normal)'),
|
||||
|
||||
Reference in New Issue
Block a user