model and task support for launching openstack inventory updates

This commit is contained in:
Matthew Jones
2015-04-13 15:05:58 -04:00
parent c1dc55fceb
commit 6525120c15
7 changed files with 31 additions and 3 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 = [