mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -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')),
|
('scm', _('Source Control')),
|
||||||
('aws', _('Amazon Web Services')),
|
('aws', _('Amazon Web Services')),
|
||||||
('rax', _('Rackspace')),
|
('rax', _('Rackspace')),
|
||||||
('vmware', _('VMware')),
|
('vmware', _('VMware vCenter')),
|
||||||
('gce', _('Google Compute Engine')),
|
('gce', _('Google Compute Engine')),
|
||||||
('azure', _('Microsoft Azure')),
|
('azure', _('Microsoft Azure')),
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -743,7 +743,7 @@ class InventorySourceOptions(BaseModel):
|
|||||||
('ec2', _('Amazon EC2')),
|
('ec2', _('Amazon EC2')),
|
||||||
('gce', _('Google Compute Engine')),
|
('gce', _('Google Compute Engine')),
|
||||||
('azure', _('Microsoft Azure')),
|
('azure', _('Microsoft Azure')),
|
||||||
('vmware', _('VMware')),
|
('vmware', _('VMware vCenter')),
|
||||||
]
|
]
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|||||||
Reference in New Issue
Block a user