Include vCenter when mentioning vmware in long form

This commit is contained in:
Matthew Jones 2014-08-15 16:18:59 -04:00
parent f99dd0f5fd
commit fc0ca8cd22
2 changed files with 2 additions and 2 deletions

View File

@ -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')),
]

View File

@ -743,7 +743,7 @@ class InventorySourceOptions(BaseModel):
('ec2', _('Amazon EC2')),
('gce', _('Google Compute Engine')),
('azure', _('Microsoft Azure')),
('vmware', _('VMware')),
('vmware', _('VMware vCenter')),
]
class Meta: