changed Openstack to OpenStack

This commit is contained in:
John Mitchell
2015-05-06 15:24:19 -04:00
parent cd6b3e6ca3
commit 326581c44f
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique):
('vmware', _('VMware vCenter')),
('gce', _('Google Compute Engine')),
('azure', _('Microsoft Azure')),
('openstack', _('Openstack')),
('openstack', _('OpenStack')),
]
BECOME_METHOD_CHOICES = [

View File

@@ -740,7 +740,7 @@ class InventorySourceOptions(BaseModel):
('gce', _('Google Compute Engine')),
('azure', _('Microsoft Azure')),
('vmware', _('VMware vCenter')),
('openstack', _('Openstack')),
('openstack', _('OpenStack')),
('custom', _('Custom Script')),
]