mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Include vCenter when mentioning vmware in long form
This commit is contained in:
@@ -33,7 +33,7 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique):
|
||||
('scm', _('Source Control')),
|
||||
('aws', _('Amazon Web Services')),
|
||||
('rax', _('Rackspace')),
|
||||
('vmware', _('VMware')),
|
||||
('vmware', _('VMware vCenter')),
|
||||
('gce', _('Google Compute Engine')),
|
||||
('azure', _('Microsoft Azure')),
|
||||
]
|
||||
|
||||
@@ -743,7 +743,7 @@ class InventorySourceOptions(BaseModel):
|
||||
('ec2', _('Amazon EC2')),
|
||||
('gce', _('Google Compute Engine')),
|
||||
('azure', _('Microsoft Azure')),
|
||||
('vmware', _('VMware')),
|
||||
('vmware', _('VMware vCenter')),
|
||||
]
|
||||
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user