Merge pull request #137 from matburt/openstack_inventory_support

Openstack inventory support
This commit is contained in:
Matthew Jones
2015-04-14 12:43:20 -04:00
1120 changed files with 368209 additions and 2413 deletions

View File

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