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

@@ -1,5 +1,5 @@
# Copyright (c) 2014 AnsibleWorks, Inc.
# All Rights Reserved.
CLOUD_PROVIDERS = ('azure', 'ec2', 'gce', 'rax', 'vmware')
CLOUD_PROVIDERS = ('azure', 'ec2', 'gce', 'rax', 'vmware', 'openstack')
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom',)