allow reasonable scheduling of SCM inventory sources

This commit is contained in:
AlanCoding
2017-07-06 16:24:26 -04:00
parent ed3e03644b
commit 687074a3d7
2 changed files with 5 additions and 1 deletions

View File

@@ -2,4 +2,4 @@
# All Rights Reserved.
CLOUD_PROVIDERS = ('azure', 'azure_rm', 'ec2', 'gce', 'rax', 'vmware', 'openstack', 'satellite6', 'cloudforms')
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom',)
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom', 'scm',)