mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
changed Openstack to OpenStack
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
@@ -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')),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user