mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-28 10:51:49 -05:00
Merge pull request #137 from matburt/openstack_inventory_support
Openstack inventory support
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