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

@@ -55,7 +55,7 @@ PERMISSION_TYPE_CHOICES = [
(PERM_JOBTEMPLATE_CREATE, _('Create a Job Template')),
]
CLOUD_INVENTORY_SOURCES = ['ec2', 'rax', 'vmware', 'gce', 'azure', 'custom']
CLOUD_INVENTORY_SOURCES = ['ec2', 'rax', 'vmware', 'gce', 'azure', 'openstack', 'custom']
class VarsDictProperty(object):