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')), ('vmware', _('VMware vCenter')),
('gce', _('Google Compute Engine')), ('gce', _('Google Compute Engine')),
('azure', _('Microsoft Azure')), ('azure', _('Microsoft Azure')),
('openstack', _('Openstack')), ('openstack', _('OpenStack')),
] ]
BECOME_METHOD_CHOICES = [ BECOME_METHOD_CHOICES = [

View File

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

View File

@@ -79,7 +79,7 @@ export default
name: "Microsoft Azure", name: "Microsoft Azure",
value: "azure" value: "azure"
},{ },{
name: "Openstack", name: "OpenStack",
value: "openstack" value: "openstack"
}], }],
sourceModel: 'inventory_source', sourceModel: 'inventory_source',

View File

@@ -48,7 +48,7 @@ export default
name: "Microsoft Azure", name: "Microsoft Azure",
value: "azure" value: "azure"
},{ },{
name: "Openstack", name: "OpenStack",
value: "openstack" value: "openstack"
}], }],
sourceModel: 'inventory_source', sourceModel: 'inventory_source',