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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user