Fix an issue where we couldn't schedule custom inventory sources

This commit is contained in:
Matthew Jones
2015-01-20 14:55:05 -05:00
parent 92f4bef948
commit 34aafb2db9
2 changed files with 3 additions and 2 deletions

View File

@@ -2,3 +2,4 @@
# All Rights Reserved.
CLOUD_PROVIDERS = ('azure', 'ec2', 'gce', 'rax', 'vmware')
SCHEDULEABLE_PROVIDERS = CLOUD_PROVIDERS + ('custom',)