mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
model and task support for launching openstack inventory updates
This commit is contained in:
@@ -34,6 +34,7 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique):
|
||||
('vmware', _('VMware vCenter')),
|
||||
('gce', _('Google Compute Engine')),
|
||||
('azure', _('Microsoft Azure')),
|
||||
('openstack', _('Openstack')),
|
||||
]
|
||||
|
||||
BECOME_METHOD_CHOICES = [
|
||||
|
||||
Reference in New Issue
Block a user