mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Include vCenter when mentioning vmware in long form
This commit is contained in:
parent
f99dd0f5fd
commit
fc0ca8cd22
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user